#B941CA

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

Shades of Medium Orchid #B941CA

Tints of Medium Orchid #B941CA

Color information

#B941CA (or 0xB941CA) is unknown color: approx Medium Orchid. HEX triplet: B9, 41 and CA. RGB value is (185,65,202). Sum of RGB (Red+Green+Blue) = 185+65+202=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #B941CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941CA is #46BE35. Grayscale: #747474. Windows color (decimal): -4636214 or 13255097. OLE color: 13255097.

HSL color Cylindrical-coordinate representation of color #B941CA: hue angle of 292.55º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B941CA is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18565202-
CMYK0.080.6800.21
HSL292.55º56.38%52.35%-
HSV(B)292.55º67.82%79.22%-
XYZ32.5618.3657.7-
YUV116.5176.26176.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 65 (25.78% from 255) = 14.38%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=40.93%
G=14.38%
B=44.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185652020.080.6800.21292.5556.3852.35
HexB941CA8440151253834
Octal271101312101040254457064
Binary1011100110000011100101010001000100010101100100101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B941CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B941CA; }

 p { color: rgb(185,65,202); }

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

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

 a { background-color: rgb(185,65,202); }

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

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

 span { border-color: rgb(185,65,202); }

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