Html Css Color HEX #B966AB Violet Blue

📋 copy color: '#B966AB'

red 185 ◦ green 102 ◦ blue 171

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

Shades of Violet Blue #B966AB

Tints of Violet Blue #B966AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.34%

R = 40.39%
G = 22.27%
B = 37.34%

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

#B966AB (or 0xB966AB) is known color: Violet Blue. HEX triplet: B9, 66 and AB. RGB value is (185,102,171). Sum of RGB (Red+Green+Blue) = 185+102+171=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B966AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B966AB is #469954. Grayscale: #868686. Windows color (decimal): -4626773 or 11232953. OLE color: 11232953.

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

Color convert

RGB 185 102 171 -
CMYK 0 0.45 0.08 0.27
HSL 310.12º 0.37% 0.56% -
HSV(B) 310.12º 0.45% 0.73% -
XYZ 32.11 22.76 41.23 -
YUV 134.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 185 102 171 0 0.45 0.08 0.27 310.12 0.37 0.56
Hex B9 66 AB 0 2D 8 1B 136 25 38
Octal 271 146 253 0 55 10 33 466 45 70
Binary 10111001 1100110 10101011 0 101101 1000 11011 100110110 100101 111000

Color Harmonies of #B966AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966AB

Black with #B966AB

Text Example


Text Example

White with #B966AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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