Html Css Color HEX #B30881 Medium Violet Red

📋 copy color: '#B30881'

red 179 ◦ green 8 ◦ blue 129

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

Shades of Medium Violet Red #B30881

Tints of Medium Violet Red #B30881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.53%

 BLUE value IS 129 (50.78% from 255) = 40.82%

R = 56.65%
G = 2.53%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B30881 (or 0xB30881) is known color: Medium Violet Red. HEX triplet: B3, 08 and 81. RGB value is (179,8,129). Sum of RGB (Red+Green+Blue) = 179+8+129=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B30881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30881 is #4CF77E. Grayscale: #484848. Windows color (decimal): -5044095 or 8456371. OLE color: 8456371.

HSL color Cylindrical-coordinate representation of color #B30881: hue angle of 317.54º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30881 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 8 129 -
CMYK 0 0.96 0.28 0.30
HSL 317.54º 0.91% 0.37% -
HSV(B) 317.54º 0.96% 0.7% -
XYZ 22.64 11.34 21.76 -
YUV 72.92 159.65 203.66 -
System Red Green Blue C M Y K H S L
Decimal 179 8 129 0 0.96 0.28 0.30 317.54 0.91 0.37
Hex B3 8 81 0 60 1C 1E 13E 5B 25
Octal 263 10 201 0 140 34 36 476 133 45
Binary 10110011 1000 10000001 0 1100000 11100 11110 100111110 1011011 100101

Color Harmonies of #B30881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30881

Black with #B30881

Text Example


Text Example

White with #B30881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30881; }

 p { color: rgb(179,8,129); }

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

background-color css

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

 a { background-color: rgb(179,8,129); }

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

border-color css

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

 span { border-color: rgb(179,8,129); }

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