Html Css Color HEX #BB69AA Violet Blue

📋 copy color: '#BB69AA'

red 187 ◦ green 105 ◦ blue 170

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

Shades of Violet Blue #BB69AA

Tints of Violet Blue #BB69AA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.73%

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

R = 40.48%
G = 22.73%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB69AA (or 0xBB69AA) is known color: Violet Blue. HEX triplet: BB, 69 and AA. RGB value is (187,105,170). Sum of RGB (Red+Green+Blue) = 187+105+170=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB69AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB69AA is #449655. Grayscale: #888888. Windows color (decimal): -4494934 or 11168187. OLE color: 11168187.

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

Color convert

RGB 187 105 170 -
CMYK 0 0.44 0.09 0.27
HSL 312.44º 0.38% 0.57% -
HSV(B) 312.44º 0.44% 0.73% -
XYZ 32.8 23.57 40.85 -
YUV 136.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 187 105 170 0 0.44 0.09 0.27 312.44 0.38 0.57
Hex BB 69 AA 0 2C 9 1B 138 26 39
Octal 273 151 252 0 54 11 33 470 46 71
Binary 10111011 1101001 10101010 0 101100 1001 11011 100111000 100110 111001

Color Harmonies of #BB69AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69AA

Black with #BB69AA

Text Example


Text Example

White with #BB69AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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