Html Css Color HEX #B70394 Medium Violet Red

📋 copy color: '#B70394'

red 183 ◦ green 3 ◦ blue 148

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

Shades of Medium Violet Red #B70394

Tints of Medium Violet Red #B70394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 54.79%
G = 0.9%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B70394 (or 0xB70394) is known color: Medium Violet Red. HEX triplet: B7, 03 and 94. RGB value is (183,3,148). Sum of RGB (Red+Green+Blue) = 183+3+148=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B70394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70394 is #48FC6B. Grayscale: #484848. Windows color (decimal): -4783212 or 9700279. OLE color: 9700279.

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

Color convert

RGB 183 3 148 -
CMYK 0 0.98 0.19 0.28
HSL 311.67º 0.97% 0.36% -
HSV(B) 311.67º 0.98% 0.72% -
XYZ 24.91 12.27 29.07 -
YUV 73.35 170.13 206.21 -
System Red Green Blue C M Y K H S L
Decimal 183 3 148 0 0.98 0.19 0.28 311.67 0.97 0.36
Hex B7 3 94 0 62 13 1C 138 61 24
Octal 267 3 224 0 142 23 34 470 141 44
Binary 10110111 11 10010100 0 1100010 10011 11100 100111000 1100001 100100

Color Harmonies of #B70394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70394

Black with #B70394

Text Example


Text Example

White with #B70394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70394; }

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

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

background-color css

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

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

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

border-color css

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

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

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