Html Css Color HEX #B70384 Medium Violet Red

📋 copy color: '#B70384'

red 183 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #B70384

Tints of Medium Violet Red #B70384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 57.55%
G = 0.94%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B70384 (or 0xB70384) is known color: Medium Violet Red. HEX triplet: B7, 03 and 84. RGB value is (183,3,132). Sum of RGB (Red+Green+Blue) = 183+3+132=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B70384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70384 is #48FC7B. Grayscale: #474747. Windows color (decimal): -4783228 or 8651703. OLE color: 8651703.

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

Color convert

RGB 183 3 132 -
CMYK 0 0.98 0.28 0.28
HSL 317º 0.97% 0.36% -
HSV(B) 317º 0.98% 0.72% -
XYZ 23.73 11.8 22.86 -
YUV 71.53 162.13 207.51 -
System Red Green Blue C M Y K H S L
Decimal 183 3 132 0 0.98 0.28 0.28 317 0.97 0.36
Hex B7 3 84 0 62 1C 1C 13D 61 24
Octal 267 3 204 0 142 34 34 475 141 44
Binary 10110111 11 10000100 0 1100010 11100 11100 100111101 1100001 100100

Color Harmonies of #B70384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70384

Black with #B70384

Text Example


Text Example

White with #B70384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70384; }

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

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

background-color css

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

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

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

border-color css

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

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

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