#BB5FA5

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

Shades of Violet Blue #BB5FA5

Tints of Violet Blue #BB5FA5

Color information

#BB5FA5 (or 0xBB5FA5) is unknown color: approx Violet Blue. HEX triplet: BB, 5F and A5. RGB value is (187,95,165). Sum of RGB (Red+Green+Blue) = 187+95+165=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5FA5 is #44A05A. Grayscale: #828282. Windows color (decimal): -4497499 or 10837947. OLE color: 10837947.

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

Color convert

RGB18795165-
CMYK00.490.120.27
HSL314.35º40.35%55.29%-
HSV(B)314.35º49.2%73.33%-
XYZ31.3821.4738.09-
YUV130.49147.48168.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 95 (37.5% from 255) = 21.25%
BLUE value IS 165 (64.84% from 255) = 36.91%
R=41.83%
G=21.25%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879516500.490.120.27314.3540.3555.29
HexBB5FA5031C1B13a2837
Octal27313724506114334725067
Binary101110111011111101001010110001110011011100111010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5FA5; }

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

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

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

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

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

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

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

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