Html Css Color HEX #B70280 Medium Violet Red

📋 copy color: '#B70280'

red 183 ◦ green 2 ◦ blue 128

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

Shades of Medium Violet Red #B70280

Tints of Medium Violet Red #B70280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 58.47%
G = 0.64%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B70280 (or 0xB70280) is known color: Medium Violet Red. HEX triplet: B7, 02 and 80. RGB value is (183,2,128). Sum of RGB (Red+Green+Blue) = 183+2+128=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B70280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70280 is #48FD7F. Grayscale: #464646. Windows color (decimal): -4783488 or 8389303. OLE color: 8389303.

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

Color convert

RGB 183 2 128 -
CMYK 0 0.99 0.30 0.28
HSL 318.23º 0.98% 0.36% -
HSV(B) 318.23º 0.99% 0.72% -
XYZ 23.45 11.67 21.44 -
YUV 70.48 160.47 208.25 -
System Red Green Blue C M Y K H S L
Decimal 183 2 128 0 0.99 0.30 0.28 318.23 0.98 0.36
Hex B7 2 80 0 63 1E 1C 13E 62 24
Octal 267 2 200 0 143 36 34 476 142 44
Binary 10110111 10 10000000 0 1100011 11110 11100 100111110 1100010 100100

Color Harmonies of #B70280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70280

Black with #B70280

Text Example


Text Example

White with #B70280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70280; }

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

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

background-color css

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

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

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

border-color css

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

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

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