Html Css Color HEX #B70675 Medium Violet Red

📋 copy color: '#B70675'

red 183 ◦ green 6 ◦ blue 117

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

Shades of Medium Violet Red #B70675

Tints of Medium Violet Red #B70675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.96%

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

R = 59.8%
G = 1.96%
B = 38.24%

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

#B70675 (or 0xB70675) is known color: Medium Violet Red. HEX triplet: B7, 06 and 75. RGB value is (183,6,117). Sum of RGB (Red+Green+Blue) = 183+6+117=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B70675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70675 is #48F98A. Grayscale: #474747. Windows color (decimal): -4782475 or 7669431. OLE color: 7669431.

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

Color convert

RGB 183 6 117 -
CMYK 0 0.97 0.36 0.28
HSL 322.37º 0.94% 0.37% -
HSV(B) 322.37º 0.97% 0.72% -
XYZ 22.8 11.48 17.84 -
YUV 71.58 153.64 207.47 -
System Red Green Blue C M Y K H S L
Decimal 183 6 117 0 0.97 0.36 0.28 322.37 0.94 0.37
Hex B7 6 75 0 61 24 1C 142 5E 25
Octal 267 6 165 0 141 44 34 502 136 45
Binary 10110111 110 1110101 0 1100001 100100 11100 101000010 1011110 100101

Color Harmonies of #B70675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70675

Black with #B70675

Text Example


Text Example

White with #B70675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70675; }

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

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

background-color css

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

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

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

border-color css

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

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

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