#BB54CA

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

Shades of Medium Orchid #BB54CA

Tints of Medium Orchid #BB54CA

Color information

#BB54CA (or 0xBB54CA) is unknown color: approx Medium Orchid. HEX triplet: BB, 54 and CA. RGB value is (187,84,202). Sum of RGB (Red+Green+Blue) = 187+84+202=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB54CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB54CA is #44AB35. Grayscale: #7F7F7F. Windows color (decimal): -4500278 or 13259963. OLE color: 13259963.

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

Color convert

RGB18784202-
CMYK0.070.5800.21
HSL292.37º52.68%56.08%-
HSV(B)292.37º58.42%79.22%-
XYZ34.3221.1758.15-
YUV128.25169.62169.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 84 (33.20% from 255) = 17.76%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=39.53%
G=17.76%
B=42.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187842020.070.5800.21292.3752.6856.08
HexBB54CA73A0151243538
Octal2731243127720254446570
Binary10111011101010011001010111111010010101100100100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB54CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB54CA; }

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

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

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

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

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

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

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

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