Html Css Color HEX #B70187 Medium Violet Red

📋 copy color: '#B70187'

red 183 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #B70187

Tints of Medium Violet Red #B70187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 57.37%
G = 0.31%
B = 42.32%

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

#B70187 (or 0xB70187) is known color: Medium Violet Red. HEX triplet: B7, 01 and 87. RGB value is (183,1,135). Sum of RGB (Red+Green+Blue) = 183+1+135=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B70187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70187 is #48FE78. Grayscale: #464646. Windows color (decimal): -4783737 or 8847799. OLE color: 8847799.

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

Color convert

RGB 183 1 135 -
CMYK 0 0.99 0.26 0.28
HSL 315.82º 0.99% 0.36% -
HSV(B) 315.82º 0.99% 0.72% -
XYZ 23.91 11.84 23.95 -
YUV 70.69 164.3 208.1 -
System Red Green Blue C M Y K H S L
Decimal 183 1 135 0 0.99 0.26 0.28 315.82 0.99 0.36
Hex B7 1 87 0 63 1A 1C 13C 63 24
Octal 267 1 207 0 143 32 34 474 143 44
Binary 10110111 1 10000111 0 1100011 11010 11100 100111100 1100011 100100

Color Harmonies of #B70187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70187

Black with #B70187

Text Example


Text Example

White with #B70187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70187; }

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

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

background-color css

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

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

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

border-color css

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

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

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