Html Css Color HEX #B365A0 Violet Blue

📋 copy color: '#B365A0'

red 179 ◦ green 101 ◦ blue 160

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

Shades of Violet Blue #B365A0

Tints of Violet Blue #B365A0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.95%

 BLUE value IS 160 (62.89% from 255) = 36.36%

R = 40.68%
G = 22.95%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B365A0 (or 0xB365A0) is known color: Violet Blue. HEX triplet: B3, 65 and A0. RGB value is (179,101,160). Sum of RGB (Red+Green+Blue) = 179+101+160=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B365A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B365A0 is #4C9A5F. Grayscale: #828282. Windows color (decimal): -5020256 or 10511795. OLE color: 10511795.

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

Color convert

RGB 179 101 160 -
CMYK 0 0.44 0.11 0.30
HSL 314.62º 0.34% 0.55% -
HSV(B) 314.62º 0.44% 0.7% -
XYZ 29.59 21.43 35.83 -
YUV 131.05 144.34 162.2 -
System Red Green Blue C M Y K H S L
Decimal 179 101 160 0 0.44 0.11 0.30 314.62 0.34 0.55
Hex B3 65 A0 0 2C B 1E 13B 22 37
Octal 263 145 240 0 54 13 36 473 42 67
Binary 10110011 1100101 10100000 0 101100 1011 11110 100111011 100010 110111

Color Harmonies of #B365A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365A0

Black with #B365A0

Text Example


Text Example

White with #B365A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365A0; }

 p { color: rgb(179,101,160); }

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

background-color css

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

 a { background-color: rgb(179,101,160); }

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

border-color css

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

 span { border-color: rgb(179,101,160); }

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