#B960CD

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

Shades of Medium Orchid #B960CD

Tints of Medium Orchid #B960CD

Color information

#B960CD (or 0xB960CD) is unknown color: approx Medium Orchid. HEX triplet: B9, 60 and CD. RGB value is (185,96,205). Sum of RGB (Red+Green+Blue) = 185+96+205=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #B960CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B960CD is #469F32. Grayscale: #868686. Windows color (decimal): -4628275 or 13459641. OLE color: 13459641.

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

Color convert

RGB18596205-
CMYK0.100.5300.20
HSL288.99º52.15%59.02%-
HSV(B)288.99º53.17%80.39%-
XYZ35.2123.0960.36-
YUV135.04167.49163.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 96 (37.89% from 255) = 19.75%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=38.07%
G=19.75%
B=42.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185962050.100.5300.20288.9952.1559.02
HexB960CDA35014121343b
Octal27114031512650244416473
Binary101110011100000110011011010110101010100100100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B960CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B960CD; }

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

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

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

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

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

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

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

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