Html Css Color HEX #B363AB Violet Blue

📋 copy color: '#B363AB'

red 179 ◦ green 99 ◦ blue 171

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

Shades of Violet Blue #B363AB

Tints of Violet Blue #B363AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 39.87%
G = 22.05%
B = 38.08%

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

#B363AB (or 0xB363AB) is known color: Violet Blue. HEX triplet: B3, 63 and AB. RGB value is (179,99,171). Sum of RGB (Red+Green+Blue) = 179+99+171=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B363AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B363AB is #4C9C54. Grayscale: #828282. Windows color (decimal): -5020757 or 11232179. OLE color: 11232179.

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

Color convert

RGB 179 99 171 -
CMYK 0 0.45 0.04 0.30
HSL 306º 0.34% 0.55% -
HSV(B) 306º 0.45% 0.7% -
XYZ 30.4 21.45 41.07 -
YUV 131.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 179 99 171 0 0.45 0.04 0.30 306 0.34 0.55
Hex B3 63 AB 0 2D 4 1E 132 22 37
Octal 263 143 253 0 55 4 36 462 42 67
Binary 10110011 1100011 10101011 0 101101 100 11110 100110010 100010 110111

Color Harmonies of #B363AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363AB

Black with #B363AB

Text Example


Text Example

White with #B363AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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