Html Css Color HEX #B70387 Medium Violet Red

📋 copy color: '#B70387'

red 183 ◦ green 3 ◦ blue 135

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

Shades of Medium Violet Red #B70387

Tints of Medium Violet Red #B70387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

 BLUE value IS 135 (53.13% from 255) = 42.06%

R = 57.01%
G = 0.93%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B70387 (or 0xB70387) is known color: Medium Violet Red. HEX triplet: B7, 03 and 87. RGB value is (183,3,135). Sum of RGB (Red+Green+Blue) = 183+3+135=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B70387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70387 is #48FC78. Grayscale: #474747. Windows color (decimal): -4783225 or 8848311. OLE color: 8848311.

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

Color convert

RGB 183 3 135 -
CMYK 0 0.98 0.26 0.28
HSL 316º 0.97% 0.36% -
HSV(B) 316º 0.98% 0.72% -
XYZ 23.93 11.88 23.95 -
YUV 71.87 163.63 207.27 -
System Red Green Blue C M Y K H S L
Decimal 183 3 135 0 0.98 0.26 0.28 316 0.97 0.36
Hex B7 3 87 0 62 1A 1C 13C 61 24
Octal 267 3 207 0 142 32 34 474 141 44
Binary 10110111 11 10000111 0 1100010 11010 11100 100111100 1100001 100100

Color Harmonies of #B70387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70387

Black with #B70387

Text Example


Text Example

White with #B70387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70387; }

 p { color: rgb(183,3,135); }

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

background-color css

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

 a { background-color: rgb(183,3,135); }

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

border-color css

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

 span { border-color: rgb(183,3,135); }

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