Html Css Color HEX #B70385 Medium Violet Red

📋 copy color: '#B70385'

red 183 ◦ green 3 ◦ blue 133

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

Shades of Medium Violet Red #B70385

Tints of Medium Violet Red #B70385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 57.37%
G = 0.94%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B70385 (or 0xB70385) is known color: Medium Violet Red. HEX triplet: B7, 03 and 85. RGB value is (183,3,133). Sum of RGB (Red+Green+Blue) = 183+3+133=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B70385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70385 is #48FC7A. Grayscale: #474747. Windows color (decimal): -4783227 or 8717239. OLE color: 8717239.

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

Color convert

RGB 183 3 133 -
CMYK 0 0.98 0.27 0.28
HSL 316.67º 0.97% 0.36% -
HSV(B) 316.67º 0.98% 0.72% -
XYZ 23.79 11.83 23.22 -
YUV 71.64 162.63 207.43 -
System Red Green Blue C M Y K H S L
Decimal 183 3 133 0 0.98 0.27 0.28 316.67 0.97 0.36
Hex B7 3 85 0 62 1B 1C 13D 61 24
Octal 267 3 205 0 142 33 34 475 141 44
Binary 10110111 11 10000101 0 1100010 11011 11100 100111101 1100001 100100

Color Harmonies of #B70385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70385

Black with #B70385

Text Example


Text Example

White with #B70385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70385; }

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

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

background-color css

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

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

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

border-color css

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

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

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