Html Css Color HEX #B70294 Medium Violet Red

📋 copy color: '#B70294'

red 183 ◦ green 2 ◦ blue 148

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

Shades of Medium Violet Red #B70294

Tints of Medium Violet Red #B70294

RGB

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

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

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

R = 54.95%
G = 0.6%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B70294 (or 0xB70294) is known color: Medium Violet Red. HEX triplet: B7, 02 and 94. RGB value is (183,2,148). Sum of RGB (Red+Green+Blue) = 183+2+148=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B70294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70294 is #48FD6B. Grayscale: #484848. Windows color (decimal): -4783468 or 9700023. OLE color: 9700023.

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

Color convert

RGB 183 2 148 -
CMYK 0 0.99 0.19 0.28
HSL 311.6º 0.98% 0.36% -
HSV(B) 311.6º 0.99% 0.72% -
XYZ 24.9 12.25 29.07 -
YUV 72.76 170.47 206.63 -
System Red Green Blue C M Y K H S L
Decimal 183 2 148 0 0.99 0.19 0.28 311.6 0.98 0.36
Hex B7 2 94 0 63 13 1C 138 62 24
Octal 267 2 224 0 143 23 34 470 142 44
Binary 10110111 10 10010100 0 1100011 10011 11100 100111000 1100010 100100

Color Harmonies of #B70294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70294

Black with #B70294

Text Example


Text Example

White with #B70294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70294; }

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

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

background-color css

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

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

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

border-color css

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

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

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