#BB69CC

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

Shades of Medium Orchid #BB69CC

Tints of Medium Orchid #BB69CC

Color information

#BB69CC (or 0xBB69CC) is unknown color: approx Medium Orchid. HEX triplet: BB, 69 and CC. RGB value is (187,105,204). Sum of RGB (Red+Green+Blue) = 187+105+204=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB69CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69CC is #449633. Grayscale: #8C8C8C. Windows color (decimal): -4494900 or 13396411. OLE color: 13396411.

HSL color Cylindrical-coordinate representation of color #BB69CC: hue angle of 289.7º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB69CC is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187105204-
CMYK0.080.4900.2
HSL289.7º49.25%60.59%-
HSV(B)289.7º48.53%80%-
XYZ36.4425.0360.04-
YUV140.8163.67160.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 105 (41.41% from 255) = 21.17%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=37.70%
G=21.17%
B=41.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871052040.080.4900.2289.749.2560.59
HexBB69CC831014122313d
Octal27315131410610244426175
Binary101110111101001110011001000110001010100100100010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB69CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB69CC; }

 p { color: rgb(187,105,204); }

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

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

 a { background-color: rgb(187,105,204); }

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

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

 span { border-color: rgb(187,105,204); }

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