Html Css Color HEX #B02482 Medium Red Violet

📋 copy color: '#B02482'

red 176 ◦ green 36 ◦ blue 130

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

Shades of Medium Red Violet #B02482

Tints of Medium Red Violet #B02482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.53%

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

R = 51.46%
G = 10.53%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B02482 (or 0xB02482) is known color: Medium Red Violet. HEX triplet: B0, 24 and 82. RGB value is (176,36,130). Sum of RGB (Red+Green+Blue) = 176+36+130=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B02482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02482 is #4FDB7D. Grayscale: #585858. Windows color (decimal): -5233534 or 8529072. OLE color: 8529072.

HSL color Cylindrical-coordinate representation of color #B02482: hue angle of 319.71º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02482 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 130 -
CMYK 0 0.80 0.26 0.31
HSL 319.71º 0.66% 0.42% -
HSV(B) 319.71º 0.8% 0.69% -
XYZ 22.56 12.1 22.27 -
YUV 88.58 151.38 190.36 -
System Red Green Blue C M Y K H S L
Decimal 176 36 130 0 0.80 0.26 0.31 319.71 0.66 0.42
Hex B0 24 82 0 50 1A 1F 140 42 2A
Octal 260 44 202 0 120 32 37 500 102 52
Binary 10110000 100100 10000010 0 1010000 11010 11111 101000000 1000010 101010

Color Harmonies of #B02482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02482

Black with #B02482

Text Example


Text Example

White with #B02482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02482; }

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

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

background-color css

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

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

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

border-color css

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

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

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