Html Css Color HEX #B331A3 Medium Red Violet

📋 copy color: '#B331A3'

red 179 ◦ green 49 ◦ blue 163

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

Shades of Medium Red Violet #B331A3

Tints of Medium Red Violet #B331A3

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.53%

 BLUE value IS 163 (64.06% from 255) = 41.69%

R = 45.78%
G = 12.53%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B331A3 (or 0xB331A3) is known color: Medium Red Violet. HEX triplet: B3, 31 and A3. RGB value is (179,49,163). Sum of RGB (Red+Green+Blue) = 179+49+163=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B331A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B331A3 is #4CCE5C. Grayscale: #646464. Windows color (decimal): -5033565 or 10695091. OLE color: 10695091.

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

Color convert

RGB 179 49 163 -
CMYK 0 0.73 0.09 0.30
HSL 307.38º 0.57% 0.45% -
HSV(B) 307.38º 0.73% 0.7% -
XYZ 26.3 14.42 36.05 -
YUV 100.87 163.07 183.73 -
System Red Green Blue C M Y K H S L
Decimal 179 49 163 0 0.73 0.09 0.30 307.38 0.57 0.45
Hex B3 31 A3 0 49 9 1E 133 39 2D
Octal 263 61 243 0 111 11 36 463 71 55
Binary 10110011 110001 10100011 0 1001001 1001 11110 100110011 111001 101101

Color Harmonies of #B331A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331A3

Black with #B331A3

Text Example


Text Example

White with #B331A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331A3; }

 p { color: rgb(179,49,163); }

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

background-color css

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

 a { background-color: rgb(179,49,163); }

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

border-color css

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

 span { border-color: rgb(179,49,163); }

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