Html Css Color HEX #B70282 Medium Violet Red

📋 copy color: '#B70282'

red 183 ◦ green 2 ◦ blue 130

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

Shades of Medium Violet Red #B70282

Tints of Medium Violet Red #B70282

RGB

 RED value IS 183 (71.88% from 255) = 58.1%

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 58.1%
G = 0.63%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B70282 (or 0xB70282) is known color: Medium Violet Red. HEX triplet: B7, 02 and 82. RGB value is (183,2,130). Sum of RGB (Red+Green+Blue) = 183+2+130=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B70282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70282 is #48FD7D. Grayscale: #464646. Windows color (decimal): -4783486 or 8520375. OLE color: 8520375.

HSL color Cylindrical-coordinate representation of color #B70282: hue angle of 317.57º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70282 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 2 130 -
CMYK 0 0.99 0.29 0.28
HSL 317.57º 0.98% 0.36% -
HSV(B) 317.57º 0.99% 0.72% -
XYZ 23.58 11.72 22.14 -
YUV 70.71 161.47 208.09 -
System Red Green Blue C M Y K H S L
Decimal 183 2 130 0 0.99 0.29 0.28 317.57 0.98 0.36
Hex B7 2 82 0 63 1D 1C 13E 62 24
Octal 267 2 202 0 143 35 34 476 142 44
Binary 10110111 10 10000010 0 1100011 11101 11100 100111110 1100010 100100

Color Harmonies of #B70282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70282

Black with #B70282

Text Example


Text Example

White with #B70282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70282; }

 p { color: rgb(183,2,130); }

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

background-color css

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

 a { background-color: rgb(183,2,130); }

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

border-color css

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

 span { border-color: rgb(183,2,130); }

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