Html Css Color HEX #B70CA4 Medium Violet Red

📋 copy color: '#B70CA4'

red 183 ◦ green 12 ◦ blue 164

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

Shades of Medium Violet Red #B70CA4

Tints of Medium Violet Red #B70CA4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.34%

 BLUE value IS 164 (64.45% from 255) = 45.68%

R = 50.97%
G = 3.34%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B70CA4 (or 0xB70CA4) is known color: Medium Violet Red. HEX triplet: B7, 0C and A4. RGB value is (183,12,164). Sum of RGB (Red+Green+Blue) = 183+12+164=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B70CA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70CA4 is #48F35B. Grayscale: #505050. Windows color (decimal): -4780892 or 10751159. OLE color: 10751159.

HSL color Cylindrical-coordinate representation of color #B70CA4: hue angle of 306.67º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70CA4 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 12 164 -
CMYK 0 0.93 0.10 0.28
HSL 306.67º 0.88% 0.38% -
HSV(B) 306.67º 0.93% 0.72% -
XYZ 26.36 13.01 36.24 -
YUV 80.46 175.15 201.14 -
System Red Green Blue C M Y K H S L
Decimal 183 12 164 0 0.93 0.10 0.28 306.67 0.88 0.38
Hex B7 C A4 0 5D A 1C 133 58 26
Octal 267 14 244 0 135 12 34 463 130 46
Binary 10110111 1100 10100100 0 1011101 1010 11100 100110011 1011000 100110

Color Harmonies of #B70CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70CA4

Black with #B70CA4

Text Example


Text Example

White with #B70CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70CA4; }

 p { color: rgb(183,12,164); }

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

background-color css

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

 a { background-color: rgb(183,12,164); }

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

border-color css

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

 span { border-color: rgb(183,12,164); }

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