Html Css Color HEX #BB60A6 Violet Blue

📋 copy color: '#BB60A6'

red 187 ◦ green 96 ◦ blue 166

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

Shades of Violet Blue #BB60A6

Tints of Violet Blue #BB60A6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.38%

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

R = 41.65%
G = 21.38%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB60A6 (or 0xBB60A6) is known color: Violet Blue. HEX triplet: BB, 60 and A6. RGB value is (187,96,166). Sum of RGB (Red+Green+Blue) = 187+96+166=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB60A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB60A6 is #449F59. Grayscale: #838383. Windows color (decimal): -4497242 or 10903739. OLE color: 10903739.

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

Color convert

RGB 187 96 166 -
CMYK 0 0.49 0.11 0.27
HSL 313.85º 0.4% 0.55% -
HSV(B) 313.85º 0.49% 0.73% -
XYZ 31.56 21.68 38.6 -
YUV 131.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 187 96 166 0 0.49 0.11 0.27 313.85 0.4 0.55
Hex BB 60 A6 0 31 B 1B 13A 28 37
Octal 273 140 246 0 61 13 33 472 50 67
Binary 10111011 1100000 10100110 0 110001 1011 11011 100111010 101000 110111

Color Harmonies of #BB60A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB60A6

Black with #BB60A6

Text Example


Text Example

White with #BB60A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB60A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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