Html Css Color HEX #B666AB Violet Blue

📋 copy color: '#B666AB'

red 182 ◦ green 102 ◦ blue 171

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

Shades of Violet Blue #B666AB

Tints of Violet Blue #B666AB

RGB

 RED value IS 182 (71.48% from 255) = 40%

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

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

R = 40%
G = 22.42%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B666AB (or 0xB666AB) is known color: Violet Blue. HEX triplet: B6, 66 and AB. RGB value is (182,102,171). Sum of RGB (Red+Green+Blue) = 182+102+171=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B666AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B666AB is #499954. Grayscale: #858585. Windows color (decimal): -4823381 or 11232950. OLE color: 11232950.

HSL color Cylindrical-coordinate representation of color #B666AB: hue angle of 308.25º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B666AB is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 102 171 -
CMYK 0 0.44 0.06 0.29
HSL 308.25º 0.35% 0.56% -
HSV(B) 308.25º 0.44% 0.71% -
XYZ 31.39 22.39 41.19 -
YUV 133.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 182 102 171 0 0.44 0.06 0.29 308.25 0.35 0.56
Hex B6 66 AB 0 2C 6 1D 134 23 38
Octal 266 146 253 0 54 6 35 464 43 70
Binary 10110110 1100110 10101011 0 101100 110 11101 100110100 100011 111000

Color Harmonies of #B666AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666AB

Black with #B666AB

Text Example


Text Example

White with #B666AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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