Html Css Color HEX #B70575 Medium Violet Red

📋 copy color: '#B70575'

red 183 ◦ green 5 ◦ blue 117

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

Shades of Medium Violet Red #B70575

Tints of Medium Violet Red #B70575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

 BLUE value IS 117 (46.09% from 255) = 38.36%

R = 60%
G = 1.64%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B70575 (or 0xB70575) is known color: Medium Violet Red. HEX triplet: B7, 05 and 75. RGB value is (183,5,117). Sum of RGB (Red+Green+Blue) = 183+5+117=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B70575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70575 is #48FA8A. Grayscale: #464646. Windows color (decimal): -4782731 or 7669175. OLE color: 7669175.

HSL color Cylindrical-coordinate representation of color #B70575: hue angle of 322.25º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70575 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 5 117 -
CMYK 0 0.97 0.36 0.28
HSL 322.25º 0.95% 0.37% -
HSV(B) 322.25º 0.97% 0.72% -
XYZ 22.79 11.46 17.84 -
YUV 70.99 153.97 207.89 -
System Red Green Blue C M Y K H S L
Decimal 183 5 117 0 0.97 0.36 0.28 322.25 0.95 0.37
Hex B7 5 75 0 61 24 1C 142 5F 25
Octal 267 5 165 0 141 44 34 502 137 45
Binary 10110111 101 1110101 0 1100001 100100 11100 101000010 1011111 100101

Color Harmonies of #B70575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70575

Black with #B70575

Text Example


Text Example

White with #B70575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70575; }

 p { color: rgb(183,5,117); }

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

background-color css

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

 a { background-color: rgb(183,5,117); }

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

border-color css

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

 span { border-color: rgb(183,5,117); }

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