Html Css Color HEX #B966AA Violet Blue

📋 copy color: '#B966AA'

red 185 ◦ green 102 ◦ blue 170

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

Shades of Violet Blue #B966AA

Tints of Violet Blue #B966AA

RGB

 RED value IS 185 (72.66% from 255) = 40.48%

 GREEN value IS 102 (40.23% from 255) = 22.32%

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

R = 40.48%
G = 22.32%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B966AA (or 0xB966AA) is known color: Violet Blue. HEX triplet: B9, 66 and AA. RGB value is (185,102,170). Sum of RGB (Red+Green+Blue) = 185+102+170=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B966AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B966AA is #469955. Grayscale: #868686. Windows color (decimal): -4626774 or 11167417. OLE color: 11167417.

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

Color convert

RGB 185 102 170 -
CMYK 0 0.45 0.08 0.27
HSL 310.84º 0.37% 0.56% -
HSV(B) 310.84º 0.45% 0.73% -
XYZ 32.01 22.72 40.73 -
YUV 134.57 148 163.97 -
System Red Green Blue C M Y K H S L
Decimal 185 102 170 0 0.45 0.08 0.27 310.84 0.37 0.56
Hex B9 66 AA 0 2D 8 1B 137 25 38
Octal 271 146 252 0 55 10 33 467 45 70
Binary 10111001 1100110 10101010 0 101101 1000 11011 100110111 100101 111000

Color Harmonies of #B966AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966AA

Black with #B966AA

Text Example


Text Example

White with #B966AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966AA; }

 p { color: rgb(185,102,170); }

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

background-color css

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

 a { background-color: rgb(185,102,170); }

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

border-color css

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

 span { border-color: rgb(185,102,170); }

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