Html Css Color HEX #B30582 Medium Violet Red

📋 copy color: '#B30582'

red 179 ◦ green 5 ◦ blue 130

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

Shades of Medium Violet Red #B30582

Tints of Medium Violet Red #B30582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 57.01%
G = 1.59%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B30582 (or 0xB30582) is known color: Medium Violet Red. HEX triplet: B3, 05 and 82. RGB value is (179,5,130). Sum of RGB (Red+Green+Blue) = 179+5+130=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B30582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30582 is #4CFA7D. Grayscale: #464646. Windows color (decimal): -5044862 or 8521139. OLE color: 8521139.

HSL color Cylindrical-coordinate representation of color #B30582: hue angle of 316.9º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30582 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 5 130 -
CMYK 0 0.97 0.27 0.30
HSL 316.9º 0.95% 0.36% -
HSV(B) 316.9º 0.97% 0.7% -
XYZ 22.67 11.3 22.11 -
YUV 71.28 161.15 204.84 -
System Red Green Blue C M Y K H S L
Decimal 179 5 130 0 0.97 0.27 0.30 316.9 0.95 0.36
Hex B3 5 82 0 61 1B 1E 13D 5F 24
Octal 263 5 202 0 141 33 36 475 137 44
Binary 10110011 101 10000010 0 1100001 11011 11110 100111101 1011111 100100

Color Harmonies of #B30582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30582

Black with #B30582

Text Example


Text Example

White with #B30582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30582; }

 p { color: rgb(179,5,130); }

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

background-color css

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

 a { background-color: rgb(179,5,130); }

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

border-color css

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

 span { border-color: rgb(179,5,130); }

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