#BB60CB

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

Shades of Medium Orchid #BB60CB

Tints of Medium Orchid #BB60CB

Color information

#BB60CB (or 0xBB60CB) is unknown color: approx Medium Orchid. HEX triplet: BB, 60 and CB. RGB value is (187,96,203). Sum of RGB (Red+Green+Blue) = 187+96+203=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB60CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60CB is #449F34. Grayscale: #878787. Windows color (decimal): -4497205 or 13328571. OLE color: 13328571.

HSL color Cylindrical-coordinate representation of color #BB60CB: hue angle of 291.03º degrees, saturation: 0.51, 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 #BB60CB is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18796203-
CMYK0.080.5300.20
HSL291.03º50.71%58.63%-
HSV(B)291.03º52.71%79.61%-
XYZ35.4623.2459.12-
YUV135.41166.15164.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 96 (37.89% from 255) = 19.75%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=38.48%
G=19.75%
B=41.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187962030.080.5300.20291.0350.7158.63
HexBB60CB835014123333b
Octal27314031310650244436373
Binary101110111100000110010111000110101010100100100011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB60CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB60CB; }

 p { color: rgb(187,96,203); }

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

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

 a { background-color: rgb(187,96,203); }

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

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

 span { border-color: rgb(187,96,203); }

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