#B047EF

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

Shades of Medium Orchid #B047EF

Tints of Medium Orchid #B047EF

Color information

#B047EF (or 0xB047EF) is unknown color: approx Medium Orchid. HEX triplet: B0, 47 and EF. RGB value is (176,71,239). Sum of RGB (Red+Green+Blue) = 176+71+239=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #B047EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B047EF is #4FB810. Grayscale: #787878. Windows color (decimal): -5224465 or 15681456. OLE color: 15681456.

HSL color Cylindrical-coordinate representation of color #B047EF: hue angle of 277.5º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B047EF is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17671239-
CMYK0.260.7000.06
HSL277.5º84%60.78%-
HSV(B)277.5º70.29%93.73%-
XYZ35.7419.9783.63-
YUV121.55194.29166.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 71 (28.12% from 255) = 14.61%
BLUE value IS 239 (93.75% from 255) = 49.18%
R=36.21%
G=14.61%
B=49.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal176712390.260.7000.06277.58460.78
HexB047EF1A4606116543d
Octal260107357321060642612475
Binary1011000010001111110111111010100011001101000101101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B047EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B047EF; }

 p { color: rgb(176,71,239); }

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

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

 a { background-color: rgb(176,71,239); }

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

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

 span { border-color: rgb(176,71,239); }

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