#BB63CA

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

Shades of Medium Orchid #BB63CA

Tints of Medium Orchid #BB63CA

Color information

#BB63CA (or 0xBB63CA) is unknown color: approx Medium Orchid. HEX triplet: BB, 63 and CA. RGB value is (187,99,202). Sum of RGB (Red+Green+Blue) = 187+99+202=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB63CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63CA is #449C35. Grayscale: #888888. Windows color (decimal): -4496438 or 13263803. OLE color: 13263803.

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

Color convert

RGB18799202-
CMYK0.070.5100.21
HSL291.26º49.28%59.02%-
HSV(B)291.26º50.99%79.22%-
XYZ35.6223.7558.58-
YUV137.05164.65163.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 99 (39.06% from 255) = 20.29%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=38.32%
G=20.29%
B=41.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187992020.070.5100.21291.2649.2859.02
HexBB63CA733015123313b
Octal2731433127630254436173
Binary10111011110001111001010111110011010101100100011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB63CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB63CA; }

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

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

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

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

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

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

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

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