Html Css Color HEX #B364A1 Violet Blue

📋 copy color: '#B364A1'

red 179 ◦ green 100 ◦ blue 161

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

Shades of Violet Blue #B364A1

Tints of Violet Blue #B364A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.59%

R = 40.68%
G = 22.73%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B364A1 (or 0xB364A1) is known color: Violet Blue. HEX triplet: B3, 64 and A1. RGB value is (179,100,161). Sum of RGB (Red+Green+Blue) = 179+100+161=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B364A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B364A1 is #4C9B5E. Grayscale: #828282. Windows color (decimal): -5020511 or 10577075. OLE color: 10577075.

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

Color convert

RGB 179 100 161 -
CMYK 0 0.44 0.10 0.30
HSL 313.67º 0.34% 0.55% -
HSV(B) 313.67º 0.44% 0.7% -
XYZ 29.58 21.27 36.26 -
YUV 130.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 179 100 161 0 0.44 0.10 0.30 313.67 0.34 0.55
Hex B3 64 A1 0 2C A 1E 13A 22 37
Octal 263 144 241 0 54 12 36 472 42 67
Binary 10110011 1100100 10100001 0 101100 1010 11110 100111010 100010 110111

Color Harmonies of #B364A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B364A1

Black with #B364A1

Text Example


Text Example

White with #B364A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B364A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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