Html Css Color HEX #B02982 Medium Red Violet

📋 copy color: '#B02982'

red 176 ◦ green 41 ◦ blue 130

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

Shades of Medium Red Violet #B02982

Tints of Medium Red Violet #B02982

RGB

 RED value IS 176 (69.14% from 255) = 50.72%

 GREEN value IS 41 (16.41% from 255) = 11.82%

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

R = 50.72%
G = 11.82%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B02982 (or 0xB02982) is known color: Medium Red Violet. HEX triplet: B0, 29 and 82. RGB value is (176,41,130). Sum of RGB (Red+Green+Blue) = 176+41+130=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B02982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02982 is #4FD67D. Grayscale: #5B5B5B. Windows color (decimal): -5232254 or 8530352. OLE color: 8530352.

HSL color Cylindrical-coordinate representation of color #B02982: hue angle of 320.44º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02982 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 130 -
CMYK 0 0.77 0.26 0.31
HSL 320.44º 0.62% 0.43% -
HSV(B) 320.44º 0.77% 0.69% -
XYZ 22.73 12.43 22.32 -
YUV 91.51 149.73 188.26 -
System Red Green Blue C M Y K H S L
Decimal 176 41 130 0 0.77 0.26 0.31 320.44 0.62 0.43
Hex B0 29 82 0 4D 1A 1F 140 3E 2B
Octal 260 51 202 0 115 32 37 500 76 53
Binary 10110000 101001 10000010 0 1001101 11010 11111 101000000 111110 101011

Color Harmonies of #B02982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02982

Black with #B02982

Text Example


Text Example

White with #B02982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02982; }

 p { color: rgb(176,41,130); }

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

background-color css

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

 a { background-color: rgb(176,41,130); }

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

border-color css

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

 span { border-color: rgb(176,41,130); }

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