Html Css Color HEX #B466A6 Violet Blue

📋 copy color: '#B466A6'

red 180 ◦ green 102 ◦ blue 166

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

Shades of Violet Blue #B466A6

Tints of Violet Blue #B466A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.05%

R = 40.18%
G = 22.77%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B466A6 (or 0xB466A6) is known color: Violet Blue. HEX triplet: B4, 66 and A6. RGB value is (180,102,166). Sum of RGB (Red+Green+Blue) = 180+102+166=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B466A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B466A6 is #4B9959. Grayscale: #848484. Windows color (decimal): -4954458 or 10905268. OLE color: 10905268.

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

Color convert

RGB 180 102 166 -
CMYK 0 0.43 0.08 0.29
HSL 310.77º 0.34% 0.55% -
HSV(B) 310.77º 0.43% 0.71% -
XYZ 30.46 21.96 38.71 -
YUV 132.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 180 102 166 0 0.43 0.08 0.29 310.77 0.34 0.55
Hex B4 66 A6 0 2B 8 1D 137 22 37
Octal 264 146 246 0 53 10 35 467 42 67
Binary 10110100 1100110 10100110 0 101011 1000 11101 100110111 100010 110111

Color Harmonies of #B466A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466A6

Black with #B466A6

Text Example


Text Example

White with #B466A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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