#BB6CCA

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

Shades of Medium Orchid #BB6CCA

Tints of Medium Orchid #BB6CCA

Color information

#BB6CCA (or 0xBB6CCA) is unknown color: approx Medium Orchid. HEX triplet: BB, 6C and CA. RGB value is (187,108,202). Sum of RGB (Red+Green+Blue) = 187+108+202=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CCA is #449335. Grayscale: #8E8E8E. Windows color (decimal): -4494134 or 13266107. OLE color: 13266107.

HSL color Cylindrical-coordinate representation of color #BB6CCA: hue angle of 290.43º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6CCA is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187108202-
CMYK0.070.4700.21
HSL290.43º47%60.78%-
HSV(B)290.43º46.53%79.22%-
XYZ36.5225.5558.88-
YUV142.34161.67159.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 108 (42.58% from 255) = 21.73%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=37.63%
G=21.73%
B=40.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871082020.070.4700.21290.434760.78
HexBB6CCA72F0151222f3d
Octal2731543127570254425775
Binary10111011110110011001010111101111010101100100010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6CCA; }

 p { color: rgb(187,108,202); }

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

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

 a { background-color: rgb(187,108,202); }

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

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

 span { border-color: rgb(187,108,202); }

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