#B942CF

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

Shades of Medium Orchid #B942CF

Tints of Medium Orchid #B942CF

Color information

#B942CF (or 0xB942CF) is unknown color: approx Medium Orchid. HEX triplet: B9, 42 and CF. RGB value is (185,66,207). Sum of RGB (Red+Green+Blue) = 185+66+207=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #B942CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942CF is #46BD30. Grayscale: #757575. Windows color (decimal): -4635953 or 13583033. OLE color: 13583033.

HSL color Cylindrical-coordinate representation of color #B942CF: hue angle of 290.64º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B942CF is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18566207-
CMYK0.110.6800.19
HSL290.64º59.49%53.53%-
HSV(B)290.64º68.12%81.18%-
XYZ33.2218.7260.89-
YUV117.65178.42176.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 66 (26.17% from 255) = 14.41%
BLUE value IS 207 (81.25% from 255) = 45.20%
R=40.39%
G=14.41%
B=45.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185662070.110.6800.19290.6459.4953.53
HexB942CFB440131233b36
Octal271102317131040234437366
Binary1011100110000101100111110111000100010011100100011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B942CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B942CF; }

 p { color: rgb(185,66,207); }

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

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

 a { background-color: rgb(185,66,207); }

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

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

 span { border-color: rgb(185,66,207); }

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