Html Css Color HEX #B364A4 Violet Blue

📋 copy color: '#B364A4'

red 179 ◦ green 100 ◦ blue 164

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

Shades of Violet Blue #B364A4

Tints of Violet Blue #B364A4

RGB

 RED value IS 179 (70.31% from 255) = 40.41%

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

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

R = 40.41%
G = 22.57%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B364A4 (or 0xB364A4) is known color: Violet Blue. HEX triplet: B3, 64 and A4. RGB value is (179,100,164). Sum of RGB (Red+Green+Blue) = 179+100+164=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B364A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B364A4 is #4C9B5B. Grayscale: #828282. Windows color (decimal): -5020508 or 10773683. OLE color: 10773683.

HSL color Cylindrical-coordinate representation of color #B364A4: hue angle of 311.39º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B364A4 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 100 164 -
CMYK 0 0.44 0.08 0.30
HSL 311.39º 0.34% 0.55% -
HSV(B) 311.39º 0.44% 0.7% -
XYZ 29.85 21.38 37.68 -
YUV 130.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 179 100 164 0 0.44 0.08 0.30 311.39 0.34 0.55
Hex B3 64 A4 0 2C 8 1E 137 22 37
Octal 263 144 244 0 54 10 36 467 42 67
Binary 10110011 1100100 10100100 0 101100 1000 11110 100110111 100010 110111

Color Harmonies of #B364A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B364A4

Black with #B364A4

Text Example


Text Example

White with #B364A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B364A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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