Html Css Color HEX #B464AB Violet Blue

📋 copy color: '#B464AB'

red 180 ◦ green 100 ◦ blue 171

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

Shades of Violet Blue #B464AB

Tints of Violet Blue #B464AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.17%

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

R = 39.91%
G = 22.17%
B = 37.92%

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

#B464AB (or 0xB464AB) is known color: Violet Blue. HEX triplet: B4, 64 and AB. RGB value is (180,100,171). Sum of RGB (Red+Green+Blue) = 180+100+171=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B464AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B464AB is #4B9B54. Grayscale: #838383. Windows color (decimal): -4954965 or 11232436. OLE color: 11232436.

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

Color convert

RGB 180 100 171 -
CMYK 0 0.44 0.05 0.29
HSL 306.75º 0.35% 0.55% -
HSV(B) 306.75º 0.44% 0.71% -
XYZ 30.73 21.76 41.11 -
YUV 132.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 180 100 171 0 0.44 0.05 0.29 306.75 0.35 0.55
Hex B4 64 AB 0 2C 5 1D 133 23 37
Octal 264 144 253 0 54 5 35 463 43 67
Binary 10110100 1100100 10101011 0 101100 101 11101 100110011 100011 110111

Color Harmonies of #B464AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B464AB

Black with #B464AB

Text Example


Text Example

White with #B464AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B464AB; }

 p { color: rgb(180,100,171); }

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

background-color css

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

 a { background-color: rgb(180,100,171); }

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

border-color css

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

 span { border-color: rgb(180,100,171); }

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