#B942CD

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

Shades of Medium Orchid #B942CD

Tints of Medium Orchid #B942CD

Color information

#B942CD (or 0xB942CD) is unknown color: approx Medium Orchid. HEX triplet: B9, 42 and CD. RGB value is (185,66,205). Sum of RGB (Red+Green+Blue) = 185+66+205=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #B942CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942CD is #46BD32. Grayscale: #747474. Windows color (decimal): -4635955 or 13451961. OLE color: 13451961.

HSL color Cylindrical-coordinate representation of color #B942CD: hue angle of 291.37º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B942CD is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18566205-
CMYK0.100.6800.20
HSL291.37º58.16%53.14%-
HSV(B)291.37º67.8%80.39%-
XYZ32.9818.6259.61-
YUV117.43177.42176.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 66 (26.17% from 255) = 14.47%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=40.57%
G=14.47%
B=44.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185662050.100.6800.20291.3758.1653.14
HexB942CDA440141233a35
Octal271102315121040244437265
Binary1011100110000101100110110101000100010100100100011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B942CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B942CD; }

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

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

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

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

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

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

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

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