Html Css Color HEX #B466A3 Violet Blue

📋 copy color: '#B466A3'

red 180 ◦ green 102 ◦ blue 163

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

Shades of Violet Blue #B466A3

Tints of Violet Blue #B466A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.63%

R = 40.45%
G = 22.92%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B466A3 (or 0xB466A3) is known color: Violet Blue. HEX triplet: B4, 66 and A3. RGB value is (180,102,163). Sum of RGB (Red+Green+Blue) = 180+102+163=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B466A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B466A3 is #4B995C. Grayscale: #848484. Windows color (decimal): -4954461 or 10708660. OLE color: 10708660.

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

Color convert

RGB 180 102 163 -
CMYK 0 0.43 0.09 0.29
HSL 313.08º 0.34% 0.55% -
HSV(B) 313.08º 0.43% 0.71% -
XYZ 30.18 21.85 37.28 -
YUV 132.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 180 102 163 0 0.43 0.09 0.29 313.08 0.34 0.55
Hex B4 66 A3 0 2B 9 1D 139 22 37
Octal 264 146 243 0 53 11 35 471 42 67
Binary 10110100 1100110 10100011 0 101011 1001 11101 100111001 100010 110111

Color Harmonies of #B466A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466A3

Black with #B466A3

Text Example


Text Example

White with #B466A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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