Html Css Color HEX #B70074 Medium Violet Red

📋 copy color: '#B70074'

red 183 ◦ green 0 ◦ blue 116

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

Shades of Medium Violet Red #B70074

Tints of Medium Violet Red #B70074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 116 (45.7% from 255) = 38.8%

R = 61.2%
G = 0%
B = 38.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B70074 (or 0xB70074) is known color: Medium Violet Red. HEX triplet: B7, 00 and 74. RGB value is (183,0,116). Sum of RGB (Red+Green+Blue) = 183+0+116=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B70074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70074 is #48FF8B. Grayscale: #434343. Windows color (decimal): -4784012 or 7602359. OLE color: 7602359.

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

Color convert

RGB 183 0 116 -
CMYK 0 1 0.37 0.28
HSL 321.97º 1% 0.36% -
HSV(B) 321.97º 1% 0.72% -
XYZ 22.68 11.33 17.51 -
YUV 67.94 155.13 210.07 -
System Red Green Blue C M Y K H S L
Decimal 183 0 116 0 1 0.37 0.28 321.97 1 0.36
Hex B7 0 74 0 64 25 1C 142 64 24
Octal 267 0 164 0 144 45 34 502 144 44
Binary 10110111 0 1110100 0 1100100 100101 11100 101000010 1100100 100100

Color Harmonies of #B70074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70074

Black with #B70074

Text Example


Text Example

White with #B70074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70074; }

 p { color: rgb(183,0,116); }

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

background-color css

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

 a { background-color: rgb(183,0,116); }

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

border-color css

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

 span { border-color: rgb(183,0,116); }

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