#B047E7

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

Shades of Medium Orchid #B047E7

Tints of Medium Orchid #B047E7

Color information

#B047E7 (or 0xB047E7) is unknown color: approx Medium Orchid. HEX triplet: B0, 47 and E7. RGB value is (176,71,231). Sum of RGB (Red+Green+Blue) = 176+71+231=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #B047E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B047E7 is #4FB818. Grayscale: #787878. Windows color (decimal): -5224473 or 15157168. OLE color: 15157168.

HSL color Cylindrical-coordinate representation of color #B047E7: hue angle of 279.38º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B047E7 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17671231-
CMYK0.240.6900.09
HSL279.38º76.92%59.22%-
HSV(B)279.38º69.26%90.59%-
XYZ34.5819.5177.54-
YUV120.64190.29167.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 71 (28.12% from 255) = 14.85%
BLUE value IS 231 (90.62% from 255) = 48.33%
R=36.82%
G=14.85%
B=48.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal176712310.240.6900.09279.3876.9259.22
HexB047E71845091174d3b
Octal2601073473010501142711573
Binary10110000100011111100111110001000101010011000101111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B047E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B047E7; }

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

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

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

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

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

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

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

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