Html Css Color HEX #B365AD Violet Blue

📋 copy color: '#B365AD'

red 179 ◦ green 101 ◦ blue 173

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

Shades of Violet Blue #B365AD

Tints of Violet Blue #B365AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.19%

R = 39.51%
G = 22.3%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B365AD (or 0xB365AD) is known color: Violet Blue. HEX triplet: B3, 65 and AD. RGB value is (179,101,173). Sum of RGB (Red+Green+Blue) = 179+101+173=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B365AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B365AD is #4C9A52. Grayscale: #848484. Windows color (decimal): -5020243 or 11363763. OLE color: 11363763.

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

Color convert

RGB 179 101 173 -
CMYK 0 0.44 0.03 0.30
HSL 304.62º 0.34% 0.55% -
HSV(B) 304.62º 0.44% 0.7% -
XYZ 30.79 21.91 42.14 -
YUV 132.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 179 101 173 0 0.44 0.03 0.30 304.62 0.34 0.55
Hex B3 65 AD 0 2C 3 1E 131 22 37
Octal 263 145 255 0 54 3 36 461 42 67
Binary 10110011 1100101 10101101 0 101100 11 11110 100110001 100010 110111

Color Harmonies of #B365AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365AD

Black with #B365AD

Text Example


Text Example

White with #B365AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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