Html Css Color HEX #B464AC Violet Blue

📋 copy color: '#B464AC'

red 180 ◦ green 100 ◦ blue 172

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

Shades of Violet Blue #B464AC

Tints of Violet Blue #B464AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 39.82%
G = 22.12%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B464AC (or 0xB464AC) is known color: Violet Blue. HEX triplet: B4, 64 and AC. RGB value is (180,100,172). Sum of RGB (Red+Green+Blue) = 180+100+172=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B464AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B464AC is #4B9B53. Grayscale: #838383. Windows color (decimal): -4954964 or 11297972. OLE color: 11297972.

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

Color convert

RGB 180 100 172 -
CMYK 0 0.44 0.04 0.29
HSL 306º 0.35% 0.55% -
HSV(B) 306º 0.44% 0.71% -
XYZ 30.83 21.8 41.61 -
YUV 132.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 180 100 172 0 0.44 0.04 0.29 306 0.35 0.55
Hex B4 64 AC 0 2C 4 1D 132 23 37
Octal 264 144 254 0 54 4 35 462 43 67
Binary 10110100 1100100 10101100 0 101100 100 11101 100110010 100011 110111

Color Harmonies of #B464AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B464AC

Black with #B464AC

Text Example


Text Example

White with #B464AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B464AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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