Html Css Color HEX #B363AC Violet Blue

📋 copy color: '#B363AC'

red 179 ◦ green 99 ◦ blue 172

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

Shades of Violet Blue #B363AC

Tints of Violet Blue #B363AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.22%

R = 39.78%
G = 22%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B363AC (or 0xB363AC) is known color: Violet Blue. HEX triplet: B3, 63 and AC. RGB value is (179,99,172). Sum of RGB (Red+Green+Blue) = 179+99+172=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B363AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B363AC is #4C9C53. Grayscale: #838383. Windows color (decimal): -5020756 or 11297715. OLE color: 11297715.

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

Color convert

RGB 179 99 172 -
CMYK 0 0.45 0.04 0.30
HSL 305.25º 0.34% 0.55% -
HSV(B) 305.25º 0.45% 0.7% -
XYZ 30.5 21.49 41.57 -
YUV 131.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 179 99 172 0 0.45 0.04 0.30 305.25 0.34 0.55
Hex B3 63 AC 0 2D 4 1E 131 22 37
Octal 263 143 254 0 55 4 36 461 42 67
Binary 10110011 1100011 10101100 0 101101 100 11110 100110001 100010 110111

Color Harmonies of #B363AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363AC

Black with #B363AC

Text Example


Text Example

White with #B363AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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