#BB45CA

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

Shades of Medium Orchid #BB45CA

Tints of Medium Orchid #BB45CA

Color information

#BB45CA (or 0xBB45CA) is unknown color: approx Medium Orchid. HEX triplet: BB, 45 and CA. RGB value is (187,69,202). Sum of RGB (Red+Green+Blue) = 187+69+202=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB45CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45CA is #44BA35. Grayscale: #777777. Windows color (decimal): -4504118 or 13256123. OLE color: 13256123.

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

Color convert

RGB18769202-
CMYK0.070.6600.21
HSL293.23º55.65%53.14%-
HSV(B)293.23º65.84%79.22%-
XYZ33.2819.0957.81-
YUV119.44174.59176.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 69 (27.34% from 255) = 15.07%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=40.83%
G=15.07%
B=44.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187692020.070.6600.21293.2355.6553.14
HexBB45CA7420151253835
Octal27310531271020254457065
Binary101110111000101110010101111000010010101100100101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB45CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB45CA; }

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

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

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

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

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

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

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

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