Html Css Color HEX #B70277 Medium Violet Red

📋 copy color: '#B70277'

red 183 ◦ green 2 ◦ blue 119

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

Shades of Medium Violet Red #B70277

Tints of Medium Violet Red #B70277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.14%

R = 60.2%
G = 0.66%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B70277 (or 0xB70277) is known color: Medium Violet Red. HEX triplet: B7, 02 and 77. RGB value is (183,2,119). Sum of RGB (Red+Green+Blue) = 183+2+119=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B70277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70277 is #48FD88. Grayscale: #454545. Windows color (decimal): -4783497 or 7799479. OLE color: 7799479.

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

Color convert

RGB 183 2 119 -
CMYK 0 0.99 0.35 0.28
HSL 321.22º 0.98% 0.36% -
HSV(B) 321.22º 0.99% 0.72% -
XYZ 22.88 11.44 18.46 -
YUV 69.46 155.97 208.99 -
System Red Green Blue C M Y K H S L
Decimal 183 2 119 0 0.99 0.35 0.28 321.22 0.98 0.36
Hex B7 2 77 0 63 23 1C 141 62 24
Octal 267 2 167 0 143 43 34 501 142 44
Binary 10110111 10 1110111 0 1100011 100011 11100 101000001 1100010 100100

Color Harmonies of #B70277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70277

Black with #B70277

Text Example


Text Example

White with #B70277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70277; }

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

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

background-color css

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

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

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

border-color css

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

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

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