Html Css Color HEX #B326AB Medium Red Violet

📋 copy color: '#B326AB'

red 179 ◦ green 38 ◦ blue 171

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

Shades of Medium Red Violet #B326AB

Tints of Medium Red Violet #B326AB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.79%

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

R = 46.13%
G = 9.79%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B326AB (or 0xB326AB) is known color: Medium Red Violet. HEX triplet: B3, 26 and AB. RGB value is (179,38,171). Sum of RGB (Red+Green+Blue) = 179+38+171=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B326AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B326AB is #4CD954. Grayscale: #5E5E5E. Windows color (decimal): -5036373 or 11216563. OLE color: 11216563.

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

Color convert

RGB 179 38 171 -
CMYK 0 0.79 0.04 0.30
HSL 303.4º 0.65% 0.43% -
HSV(B) 303.4º 0.79% 0.7% -
XYZ 26.63 13.91 39.81 -
YUV 95.32 170.71 187.69 -
System Red Green Blue C M Y K H S L
Decimal 179 38 171 0 0.79 0.04 0.30 303.4 0.65 0.43
Hex B3 26 AB 0 4F 4 1E 12F 41 2B
Octal 263 46 253 0 117 4 36 457 101 53
Binary 10110011 100110 10101011 0 1001111 100 11110 100101111 1000001 101011

Color Harmonies of #B326AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B326AB

Black with #B326AB

Text Example


Text Example

White with #B326AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B326AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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