Html Css Color HEX #B70194 Medium Violet Red

📋 copy color: '#B70194'

red 183 ◦ green 1 ◦ blue 148

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

Shades of Medium Violet Red #B70194

Tints of Medium Violet Red #B70194

RGB

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

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

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

R = 55.12%
G = 0.3%
B = 44.58%

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

#B70194 (or 0xB70194) is known color: Medium Violet Red. HEX triplet: B7, 01 and 94. RGB value is (183,1,148). Sum of RGB (Red+Green+Blue) = 183+1+148=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B70194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70194 is #48FE6B. Grayscale: #474747. Windows color (decimal): -4783724 or 9699767. OLE color: 9699767.

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

Color convert

RGB 183 1 148 -
CMYK 0 0.99 0.19 0.28
HSL 311.54º 0.99% 0.36% -
HSV(B) 311.54º 0.99% 0.72% -
XYZ 24.88 12.23 29.07 -
YUV 72.18 170.8 207.05 -
System Red Green Blue C M Y K H S L
Decimal 183 1 148 0 0.99 0.19 0.28 311.54 0.99 0.36
Hex B7 1 94 0 63 13 1C 138 63 24
Octal 267 1 224 0 143 23 34 470 143 44
Binary 10110111 1 10010100 0 1100011 10011 11100 100111000 1100011 100100

Color Harmonies of #B70194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70194

Black with #B70194

Text Example


Text Example

White with #B70194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70194; }

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

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

background-color css

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

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

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

border-color css

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

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

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