Html Css Color HEX #B30081 Medium Violet Red

📋 copy color: '#B30081'

red 179 ◦ green 0 ◦ blue 129

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

Shades of Medium Violet Red #B30081

Tints of Medium Violet Red #B30081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.12%
G = 0%
B = 41.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B30081 (or 0xB30081) is known color: Medium Violet Red. HEX triplet: B3, 00 and 81. RGB value is (179,0,129). Sum of RGB (Red+Green+Blue) = 179+0+129=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B30081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30081 is #4CFF7E. Grayscale: #434343. Windows color (decimal): -5046143 or 8454323. OLE color: 8454323.

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

Color convert

RGB 179 0 129 -
CMYK 0 1 0.28 0.30
HSL 316.76º 1% 0.35% -
HSV(B) 316.76º 1% 0.7% -
XYZ 22.55 11.17 21.74 -
YUV 68.23 162.3 207.01 -
System Red Green Blue C M Y K H S L
Decimal 179 0 129 0 1 0.28 0.30 316.76 1 0.35
Hex B3 0 81 0 64 1C 1E 13D 64 23
Octal 263 0 201 0 144 34 36 475 144 43
Binary 10110011 0 10000001 0 1100100 11100 11110 100111101 1100100 100011

Color Harmonies of #B30081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30081

Black with #B30081

Text Example


Text Example

White with #B30081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30081; }

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

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

background-color css

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

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

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

border-color css

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

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

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