Html Css Color HEX #BB5DA4 Violet Blue

📋 copy color: '#BB5DA4'

red 187 ◦ green 93 ◦ blue 164

#BB5DA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #BB5DA4

Tints of Violet Blue #BB5DA4

RGB

 RED value IS 187 (73.44% from 255) = 42.12%

 GREEN value IS 93 (36.72% from 255) = 20.95%

 BLUE value IS 164 (64.45% from 255) = 36.94%

R = 42.12%
G = 20.95%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB5DA4 (or 0xBB5DA4) is known color: Violet Blue. HEX triplet: BB, 5D and A4. RGB value is (187,93,164). Sum of RGB (Red+Green+Blue) = 187+93+164=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5DA4 is #44A25B. Grayscale: #818181. Windows color (decimal): -4498012 or 10771899. OLE color: 10771899.

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

Color convert

RGB 187 93 164 -
CMYK 0 0.50 0.12 0.27
HSL 314.68º 0.41% 0.55% -
HSV(B) 314.68º 0.5% 0.73% -
XYZ 31.11 21.07 37.55 -
YUV 129.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 187 93 164 0 0.50 0.12 0.27 314.68 0.41 0.55
Hex BB 5D A4 0 32 C 1B 13B 29 37
Octal 273 135 244 0 62 14 33 473 51 67
Binary 10111011 1011101 10100100 0 110010 1100 11011 100111011 101001 110111

Color Harmonies of #BB5DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DA4

Black with #BB5DA4

Text Example


Text Example

White with #BB5DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DA4; }

 p { color: rgb(187,93,164); }

 H1.HeaderClassName
 {
   color: #BB5DA4;
 }
 .AnyTagClassName
 {
   color: #BB5DA4;
 }
</style>

background-color css

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

 a { background-color: rgb(187,93,164); }

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

border-color css

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

 span { border-color: rgb(187,93,164); }

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