Html Css Color HEX #BB6AAA Violet Blue

📋 copy color: '#BB6AAA'

red 187 ◦ green 106 ◦ blue 170

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

Shades of Violet Blue #BB6AAA

Tints of Violet Blue #BB6AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.89%

 BLUE value IS 170 (66.8% from 255) = 36.72%

R = 40.39%
G = 22.89%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB6AAA (or 0xBB6AAA) is known color: Violet Blue. HEX triplet: BB, 6A and AA. RGB value is (187,106,170). Sum of RGB (Red+Green+Blue) = 187+106+170=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6AAA is #449555. Grayscale: #898989. Windows color (decimal): -4494678 or 11168443. OLE color: 11168443.

HSL color Cylindrical-coordinate representation of color #BB6AAA: hue angle of 312.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6AAA is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 106 170 -
CMYK 0 0.43 0.09 0.27
HSL 312.59º 0.37% 0.57% -
HSV(B) 312.59º 0.43% 0.73% -
XYZ 32.9 23.78 40.89 -
YUV 137.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 187 106 170 0 0.43 0.09 0.27 312.59 0.37 0.57
Hex BB 6A AA 0 2B 9 1B 139 25 39
Octal 273 152 252 0 53 11 33 471 45 71
Binary 10111011 1101010 10101010 0 101011 1001 11011 100111001 100101 111001

Color Harmonies of #BB6AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6AAA

Black with #BB6AAA

Text Example


Text Example

White with #BB6AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6AAA; }

 p { color: rgb(187,106,170); }

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

background-color css

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

 a { background-color: rgb(187,106,170); }

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

border-color css

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

 span { border-color: rgb(187,106,170); }

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