Html Css Color HEX #B066AB Violet Blue

📋 copy color: '#B066AB'

red 176 ◦ green 102 ◦ blue 171

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

Shades of Violet Blue #B066AB

Tints of Violet Blue #B066AB

RGB

 RED value IS 176 (69.14% from 255) = 39.2%

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

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

R = 39.2%
G = 22.72%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B066AB (or 0xB066AB) is known color: Violet Blue. HEX triplet: B0, 66 and AB. RGB value is (176,102,171). Sum of RGB (Red+Green+Blue) = 176+102+171=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B066AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B066AB is #4F9954. Grayscale: #838383. Windows color (decimal): -5216597 or 11232944. OLE color: 11232944.

HSL color Cylindrical-coordinate representation of color #B066AB: hue angle of 304.05º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B066AB is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 171 -
CMYK 0 0.42 0.03 0.31
HSL 304.05º 0.32% 0.55% -
HSV(B) 304.05º 0.42% 0.69% -
XYZ 30.01 21.67 41.13 -
YUV 131.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 176 102 171 0 0.42 0.03 0.31 304.05 0.32 0.55
Hex B0 66 AB 0 2A 3 1F 130 20 37
Octal 260 146 253 0 52 3 37 460 40 67
Binary 10110000 1100110 10101011 0 101010 11 11111 100110000 100000 110111

Color Harmonies of #B066AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B066AB

Black with #B066AB

Text Example


Text Example

White with #B066AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B066AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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