#BB5CA5

Color #BB5CA5 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #BB5CA5

Tints of Violet Blue #BB5CA5

Color information

#BB5CA5 (or 0xBB5CA5) is unknown color: approx Violet Blue. HEX triplet: BB, 5C and A5. RGB value is (187,92,165). Sum of RGB (Red+Green+Blue) = 187+92+165=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5CA5 is #44A35A. Grayscale: #808080. Windows color (decimal): -4498267 or 10837179. OLE color: 10837179.

HSL color Cylindrical-coordinate representation of color #BB5CA5: hue angle of 313.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5CA5 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18792165-
CMYK00.510.120.27
HSL313.89º41.13%54.71%-
HSV(B)313.89º50.8%73.33%-
XYZ31.1120.9438-
YUV128.73148.47169.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 165 (64.84% from 255) = 37.16%
R=42.12%
G=20.72%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879216500.510.120.27313.8941.1354.71
HexBB5CA5033C1B13a2937
Octal27313424506314334725167
Binary101110111011100101001010110011110011011100111010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5CA5; }

 p { color: rgb(187,92,165); }

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

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

 a { background-color: rgb(187,92,165); }

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

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

 span { border-color: rgb(187,92,165); }

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