Html Css Color HEX #B464A4 Violet Blue

📋 copy color: '#B464A4'

red 180 ◦ green 100 ◦ blue 164

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

Shades of Violet Blue #B464A4

Tints of Violet Blue #B464A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.94%

R = 40.54%
G = 22.52%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B464A4 (or 0xB464A4) is known color: Violet Blue. HEX triplet: B4, 64 and A4. RGB value is (180,100,164). Sum of RGB (Red+Green+Blue) = 180+100+164=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B464A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B464A4 is #4B9B5B. Grayscale: #838383. Windows color (decimal): -4954972 or 10773684. OLE color: 10773684.

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

Color convert

RGB 180 100 164 -
CMYK 0 0.44 0.09 0.29
HSL 312º 0.35% 0.55% -
HSV(B) 312º 0.44% 0.71% -
XYZ 30.08 21.5 37.69 -
YUV 131.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 180 100 164 0 0.44 0.09 0.29 312 0.35 0.55
Hex B4 64 A4 0 2C 9 1D 138 23 37
Octal 264 144 244 0 54 11 35 470 43 67
Binary 10110100 1100100 10100100 0 101100 1001 11101 100111000 100011 110111

Color Harmonies of #B464A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B464A4

Black with #B464A4

Text Example


Text Example

White with #B464A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B464A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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