Html Css Color HEX #B70689 Medium Violet Red

📋 copy color: '#B70689'

red 183 ◦ green 6 ◦ blue 137

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

Shades of Medium Violet Red #B70689

Tints of Medium Violet Red #B70689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.02%

R = 56.13%
G = 1.84%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B70689 (or 0xB70689) is known color: Medium Violet Red. HEX triplet: B7, 06 and 89. RGB value is (183,6,137). Sum of RGB (Red+Green+Blue) = 183+6+137=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B70689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70689 is #48F976. Grayscale: #494949. Windows color (decimal): -4782455 or 8980151. OLE color: 8980151.

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

Color convert

RGB 183 6 137 -
CMYK 0 0.97 0.25 0.28
HSL 315.59º 0.94% 0.37% -
HSV(B) 315.59º 0.97% 0.72% -
XYZ 24.11 12 24.71 -
YUV 73.86 163.64 205.85 -
System Red Green Blue C M Y K H S L
Decimal 183 6 137 0 0.97 0.25 0.28 315.59 0.94 0.37
Hex B7 6 89 0 61 19 1C 13C 5E 25
Octal 267 6 211 0 141 31 34 474 136 45
Binary 10110111 110 10001001 0 1100001 11001 11100 100111100 1011110 100101

Color Harmonies of #B70689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70689

Black with #B70689

Text Example


Text Example

White with #B70689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70689; }

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

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

background-color css

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

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

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

border-color css

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

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

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