#B95CCD

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

Shades of Medium Orchid #B95CCD

Tints of Medium Orchid #B95CCD

Color information

#B95CCD (or 0xB95CCD) is unknown color: approx Medium Orchid. HEX triplet: B9, 5C and CD. RGB value is (185,92,205). Sum of RGB (Red+Green+Blue) = 185+92+205=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #B95CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CCD is #46A332. Grayscale: #848484. Windows color (decimal): -4629299 or 13458617. OLE color: 13458617.

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

Color convert

RGB18592205-
CMYK0.100.5500.20
HSL289.38º53.05%58.24%-
HSV(B)289.38º55.12%80.39%-
XYZ34.8522.3860.24-
YUV132.69168.81165.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 92 (36.33% from 255) = 19.09%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=38.38%
G=19.09%
B=42.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185922050.100.5500.20289.3853.0558.24
HexB95CCDA37014121353a
Octal27113431512670244416572
Binary101110011011100110011011010110111010100100100001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95CCD; }

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

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

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

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

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

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

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

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