Html Css Color HEX #B363AD Violet Blue

📋 copy color: '#B363AD'

red 179 ◦ green 99 ◦ blue 173

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

Shades of Violet Blue #B363AD

Tints of Violet Blue #B363AD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.95%

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

R = 39.69%
G = 21.95%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B363AD (or 0xB363AD) is known color: Violet Blue. HEX triplet: B3, 63 and AD. RGB value is (179,99,173). Sum of RGB (Red+Green+Blue) = 179+99+173=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B363AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B363AD is #4C9C52. Grayscale: #838383. Windows color (decimal): -5020755 or 11363251. OLE color: 11363251.

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

Color convert

RGB 179 99 173 -
CMYK 0 0.45 0.03 0.30
HSL 304.5º 0.34% 0.55% -
HSV(B) 304.5º 0.45% 0.7% -
XYZ 30.6 21.52 42.08 -
YUV 131.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 179 99 173 0 0.45 0.03 0.30 304.5 0.34 0.55
Hex B3 63 AD 0 2D 3 1E 130 22 37
Octal 263 143 255 0 55 3 36 460 42 67
Binary 10110011 1100011 10101101 0 101101 11 11110 100110000 100010 110111

Color Harmonies of #B363AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363AD

Black with #B363AD

Text Example


Text Example

White with #B363AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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