Html Css Color HEX #B70288 Medium Violet Red

📋 copy color: '#B70288'

red 183 ◦ green 2 ◦ blue 136

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

Shades of Medium Violet Red #B70288

Tints of Medium Violet Red #B70288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.37%

R = 57.01%
G = 0.62%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B70288 (or 0xB70288) is known color: Medium Violet Red. HEX triplet: B7, 02 and 88. RGB value is (183,2,136). Sum of RGB (Red+Green+Blue) = 183+2+136=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B70288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70288 is #48FD77. Grayscale: #474747. Windows color (decimal): -4783480 or 8913591. OLE color: 8913591.

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

Color convert

RGB 183 2 136 -
CMYK 0 0.99 0.26 0.28
HSL 315.58º 0.98% 0.36% -
HSV(B) 315.58º 0.99% 0.72% -
XYZ 23.99 11.89 24.32 -
YUV 71.4 164.47 207.6 -
System Red Green Blue C M Y K H S L
Decimal 183 2 136 0 0.99 0.26 0.28 315.58 0.98 0.36
Hex B7 2 88 0 63 1A 1C 13C 62 24
Octal 267 2 210 0 143 32 34 474 142 44
Binary 10110111 10 10001000 0 1100011 11010 11100 100111100 1100010 100100

Color Harmonies of #B70288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70288

Black with #B70288

Text Example


Text Example

White with #B70288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70288; }

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

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

background-color css

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

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

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

border-color css

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

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

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