#B043F1

Color #B043F1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B043F1

Tints of Medium Orchid #B043F1

Color information

#B043F1 (or 0xB043F1) is unknown color: approx Medium Orchid. HEX triplet: B0, 43 and F1. RGB value is (176,67,241). Sum of RGB (Red+Green+Blue) = 176+67+241=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 67 (26.56% from 255 or 13.84% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #B043F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B043F1 is #4FBC0E. Grayscale: #767676. Windows color (decimal): -5225487 or 15811504. OLE color: 15811504.

HSL color Cylindrical-coordinate representation of color #B043F1: hue angle of 277.59º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B043F1 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17667241-
CMYK0.270.7200.05
HSL277.59º86.14%60.39%-
HSV(B)277.59º72.2%94.51%-
XYZ35.7919.685.12-
YUV119.43196.61168.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 67 (26.56% from 255) = 13.84%
BLUE value IS 241 (94.53% from 255) = 49.79%
R=36.36%
G=13.84%
B=49.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176672410.270.7200.05277.5986.1460.39
HexB043F11B4805116563c
Octal260103361331100542612674
Binary1011000010000111111000111011100100001011000101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B043F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B043F1; }

 p { color: rgb(176,67,241); }

 H1.HeaderClassName
 {
   color: #B043F1;
 }
 .AnyTagClassName
 {
   color: #B043F1;
 }
</style>
background-color css

<style>
 a { background-color: #B043F1; }

 a { background-color: rgb(176,67,241); }

 div.DivClassName
 {
   background-color: #B043F1;
 }
 .BgClassName
 {
   background-color: #B043F1;
 }
</style>
border-color css

<style>
 span { border-color: #B043F1; }

 span { border-color: rgb(176,67,241); }

 td.TdClassName
 {
   border-color: #B043F1;
 }
 .TagClassName
 {
   border-color: #B043F1;
 }
</style>