Html Css Color HEX #B466AA Violet Blue

📋 copy color: '#B466AA'

red 180 ◦ green 102 ◦ blue 170

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

Shades of Violet Blue #B466AA

Tints of Violet Blue #B466AA

RGB

 RED value IS 180 (70.7% from 255) = 39.82%

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

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

R = 39.82%
G = 22.57%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B466AA (or 0xB466AA) is known color: Violet Blue. HEX triplet: B4, 66 and AA. RGB value is (180,102,170). Sum of RGB (Red+Green+Blue) = 180+102+170=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B466AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B466AA is #4B9955. Grayscale: #848484. Windows color (decimal): -4954454 or 11167412. OLE color: 11167412.

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

Color convert

RGB 180 102 170 -
CMYK 0 0.43 0.06 0.29
HSL 307.69º 0.34% 0.55% -
HSV(B) 307.69º 0.43% 0.71% -
XYZ 30.83 22.11 40.67 -
YUV 133.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 180 102 170 0 0.43 0.06 0.29 307.69 0.34 0.55
Hex B4 66 AA 0 2B 6 1D 134 22 37
Octal 264 146 252 0 53 6 35 464 42 67
Binary 10110100 1100110 10101010 0 101011 110 11101 100110100 100010 110111

Color Harmonies of #B466AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466AA

Black with #B466AA

Text Example


Text Example

White with #B466AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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