#B93CCD

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

Shades of Medium Orchid #B93CCD

Tints of Medium Orchid #B93CCD

Color information

#B93CCD (or 0xB93CCD) is unknown color: approx Medium Orchid. HEX triplet: B9, 3C and CD. RGB value is (185,60,205). Sum of RGB (Red+Green+Blue) = 185+60+205=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #B93CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CCD is #46C332. Grayscale: #717171. Windows color (decimal): -4637491 or 13450425. OLE color: 13450425.

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

Color convert

RGB18560205-
CMYK0.100.7100.20
HSL291.72º59.18%51.96%-
HSV(B)291.72º70.73%80.39%-
XYZ32.6417.9559.5-
YUV113.9179.41178.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 60 (23.83% from 255) = 13.33%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=41.11%
G=13.33%
B=45.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185602050.100.7100.20291.7259.1851.96
HexB93CCDA470141243b34
Octal27174315121070244447364
Binary101110011111001100110110101000111010100100100100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93CCD; }

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

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

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

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

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

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

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

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