Html Css Color HEX #B356AB Violet Blue

📋 copy color: '#B356AB'

red 179 ◦ green 86 ◦ blue 171

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

Shades of Violet Blue #B356AB

Tints of Violet Blue #B356AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.72%

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

R = 41.06%
G = 19.72%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B356AB (or 0xB356AB) is known color: Violet Blue. HEX triplet: B3, 56 and AB. RGB value is (179,86,171). Sum of RGB (Red+Green+Blue) = 179+86+171=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B356AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B356AB is #4CA954. Grayscale: #7B7B7B. Windows color (decimal): -5024085 or 11228851. OLE color: 11228851.

HSL color Cylindrical-coordinate representation of color #B356AB: hue angle of 305.16º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B356AB is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 86 171 -
CMYK 0 0.52 0.04 0.30
HSL 305.16º 0.38% 0.52% -
HSV(B) 305.16º 0.52% 0.7% -
XYZ 29.27 19.18 40.69 -
YUV 123.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 179 86 171 0 0.52 0.04 0.30 305.16 0.38 0.52
Hex B3 56 AB 0 34 4 1E 131 26 34
Octal 263 126 253 0 64 4 36 461 46 64
Binary 10110011 1010110 10101011 0 110100 100 11110 100110001 100110 110100

Color Harmonies of #B356AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B356AB

Black with #B356AB

Text Example


Text Example

White with #B356AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B356AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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