Html Css Color HEX #B666AD Violet Blue

📋 copy color: '#B666AD'

red 182 ◦ green 102 ◦ blue 173

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

Shades of Violet Blue #B666AD

Tints of Violet Blue #B666AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 39.82%
G = 22.32%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B666AD (or 0xB666AD) is known color: Violet Blue. HEX triplet: B6, 66 and AD. RGB value is (182,102,173). Sum of RGB (Red+Green+Blue) = 182+102+173=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B666AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B666AD is #499952. Grayscale: #858585. Windows color (decimal): -4823379 or 11364022. OLE color: 11364022.

HSL color Cylindrical-coordinate representation of color #B666AD: hue angle of 306.75º 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 #B666AD is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 102 173 -
CMYK 0 0.44 0.05 0.29
HSL 306.75º 0.35% 0.56% -
HSV(B) 306.75º 0.44% 0.71% -
XYZ 31.59 22.46 42.21 -
YUV 134.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 182 102 173 0 0.44 0.05 0.29 306.75 0.35 0.56
Hex B6 66 AD 0 2C 5 1D 133 23 38
Octal 266 146 255 0 54 5 35 463 43 70
Binary 10110110 1100110 10101101 0 101100 101 11101 100110011 100011 111000

Color Harmonies of #B666AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666AD

Black with #B666AD

Text Example


Text Example

White with #B666AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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