Html Css Color HEX #B467A4 Violet Blue

📋 copy color: '#B467A4'

red 180 ◦ green 103 ◦ blue 164

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

Shades of Violet Blue #B467A4

Tints of Violet Blue #B467A4

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.04%

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

R = 40.27%
G = 23.04%
B = 36.69%

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

#B467A4 (or 0xB467A4) is known color: Violet Blue. HEX triplet: B4, 67 and A4. RGB value is (180,103,164). Sum of RGB (Red+Green+Blue) = 180+103+164=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B467A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B467A4 is #4B985B. Grayscale: #848484. Windows color (decimal): -4954204 or 10774452. OLE color: 10774452.

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

Color convert

RGB 180 103 164 -
CMYK 0 0.43 0.09 0.29
HSL 312.47º 0.34% 0.55% -
HSV(B) 312.47º 0.43% 0.71% -
XYZ 30.37 22.08 37.78 -
YUV 132.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 180 103 164 0 0.43 0.09 0.29 312.47 0.34 0.55
Hex B4 67 A4 0 2B 9 1D 138 22 37
Octal 264 147 244 0 53 11 35 470 42 67
Binary 10110100 1100111 10100100 0 101011 1001 11101 100111000 100010 110111

Color Harmonies of #B467A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B467A4

Black with #B467A4

Text Example


Text Example

White with #B467A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B467A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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