Html Css Color HEX #B30882 Medium Violet Red

📋 copy color: '#B30882'

red 179 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #B30882

Tints of Medium Violet Red #B30882

RGB

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

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

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

R = 56.47%
G = 2.52%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B30882 (or 0xB30882) is known color: Medium Violet Red. HEX triplet: B3, 08 and 82. RGB value is (179,8,130). Sum of RGB (Red+Green+Blue) = 179+8+130=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B30882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30882 is #4CF77D. Grayscale: #484848. Windows color (decimal): -5044094 or 8521907. OLE color: 8521907.

HSL color Cylindrical-coordinate representation of color #B30882: hue angle of 317.19º 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 #B30882 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 8 130 -
CMYK 0 0.96 0.27 0.30
HSL 317.19º 0.91% 0.37% -
HSV(B) 317.19º 0.96% 0.7% -
XYZ 22.71 11.37 22.12 -
YUV 73.04 160.15 203.58 -
System Red Green Blue C M Y K H S L
Decimal 179 8 130 0 0.96 0.27 0.30 317.19 0.91 0.37
Hex B3 8 82 0 60 1B 1E 13D 5B 25
Octal 263 10 202 0 140 33 36 475 133 45
Binary 10110011 1000 10000010 0 1100000 11011 11110 100111101 1011011 100101

Color Harmonies of #B30882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30882

Black with #B30882

Text Example


Text Example

White with #B30882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30882; }

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

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

background-color css

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

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

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

border-color css

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

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

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