#B947DE

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

Shades of Medium Orchid #B947DE

Tints of Medium Orchid #B947DE

Color information

#B947DE (or 0xB947DE) is unknown color: approx Medium Orchid. HEX triplet: B9, 47 and DE. RGB value is (185,71,222). Sum of RGB (Red+Green+Blue) = 185+71+222=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #B947DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947DE is #46B821. Grayscale: #797979. Windows color (decimal): -4634658 or 14567353. OLE color: 14567353.

HSL color Cylindrical-coordinate representation of color #B947DE: hue angle of 285.3º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B947DE is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18571222-
CMYK0.170.6800.13
HSL285.3º69.59%57.45%-
HSV(B)285.3º68.02%87.06%-
XYZ35.4520.0971.12-
YUV122.3184.27172.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 71 (28.12% from 255) = 14.85%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=38.70%
G=14.85%
B=46.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal185712220.170.6800.13285.369.5957.45
HexB947DE11440D11d4639
Octal2711073362110401543510671
Binary10111001100011111011110100011000100011011000111011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B947DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B947DE; }

 p { color: rgb(185,71,222); }

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

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

 a { background-color: rgb(185,71,222); }

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

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

 span { border-color: rgb(185,71,222); }

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