Html Css Color HEX #BB5DA6 Violet Blue

📋 copy color: '#BB5DA6'

red 187 ◦ green 93 ◦ blue 166

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

Shades of Violet Blue #BB5DA6

Tints of Violet Blue #BB5DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.22%

R = 41.93%
G = 20.85%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB5DA6 (or 0xBB5DA6) is known color: Violet Blue. HEX triplet: BB, 5D and A6. RGB value is (187,93,166). Sum of RGB (Red+Green+Blue) = 187+93+166=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5DA6 is #44A259. Grayscale: #818181. Windows color (decimal): -4498010 or 10902971. OLE color: 10902971.

HSL color Cylindrical-coordinate representation of color #BB5DA6: hue angle of 313.4º 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 #BB5DA6 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 93 166 -
CMYK 0 0.50 0.11 0.27
HSL 313.4º 0.41% 0.55% -
HSV(B) 313.4º 0.5% 0.73% -
XYZ 31.29 21.15 38.51 -
YUV 129.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 187 93 166 0 0.50 0.11 0.27 313.4 0.41 0.55
Hex BB 5D A6 0 32 B 1B 139 29 37
Octal 273 135 246 0 62 13 33 471 51 67
Binary 10111011 1011101 10100110 0 110010 1011 11011 100111001 101001 110111

Color Harmonies of #BB5DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DA6

Black with #BB5DA6

Text Example


Text Example

White with #BB5DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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