Html Css Color HEX #B70175 Medium Violet Red

📋 copy color: '#B70175'

red 183 ◦ green 1 ◦ blue 117

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

Shades of Medium Violet Red #B70175

Tints of Medium Violet Red #B70175

RGB

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

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

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

R = 60.8%
G = 0.33%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B70175 (or 0xB70175) is known color: Medium Violet Red. HEX triplet: B7, 01 and 75. RGB value is (183,1,117). Sum of RGB (Red+Green+Blue) = 183+1+117=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B70175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70175 is #48FE8A. Grayscale: #444444. Windows color (decimal): -4783755 or 7668151. OLE color: 7668151.

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

Color convert

RGB 183 1 117 -
CMYK 0 0.99 0.36 0.28
HSL 321.76º 0.99% 0.36% -
HSV(B) 321.76º 0.99% 0.72% -
XYZ 22.75 11.37 17.83 -
YUV 68.64 155.3 209.57 -
System Red Green Blue C M Y K H S L
Decimal 183 1 117 0 0.99 0.36 0.28 321.76 0.99 0.36
Hex B7 1 75 0 63 24 1C 142 63 24
Octal 267 1 165 0 143 44 34 502 143 44
Binary 10110111 1 1110101 0 1100011 100100 11100 101000010 1100011 100100

Color Harmonies of #B70175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70175

Black with #B70175

Text Example


Text Example

White with #B70175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70175; }

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

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

background-color css

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

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

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

border-color css

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

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

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