Html Css Color HEX #B364B0 Violet Blue

📋 copy color: '#B364B0'

red 179 ◦ green 100 ◦ blue 176

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

Shades of Violet Blue #B364B0

Tints of Violet Blue #B364B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.68%

R = 39.34%
G = 21.98%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B364B0 (or 0xB364B0) is known color: Violet Blue. HEX triplet: B3, 64 and B0. RGB value is (179,100,176). Sum of RGB (Red+Green+Blue) = 179+100+176=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B364B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B364B0 is #4C9B4F. Grayscale: #848484. Windows color (decimal): -5020496 or 11560115. OLE color: 11560115.

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

Color convert

RGB 179 100 176 -
CMYK 0 0.44 0.02 0.30
HSL 302.28º 0.34% 0.55% -
HSV(B) 302.28º 0.44% 0.7% -
XYZ 30.98 21.83 43.66 -
YUV 132.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 179 100 176 0 0.44 0.02 0.30 302.28 0.34 0.55
Hex B3 64 B0 0 2C 2 1E 12E 22 37
Octal 263 144 260 0 54 2 36 456 42 67
Binary 10110011 1100100 10110000 0 101100 10 11110 100101110 100010 110111

Color Harmonies of #B364B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B364B0

Black with #B364B0

Text Example


Text Example

White with #B364B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B364B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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