Html Css Color HEX #B70CA2 Medium Violet Red

📋 copy color: '#B70CA2'

red 183 ◦ green 12 ◦ blue 162

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

Shades of Medium Violet Red #B70CA2

Tints of Medium Violet Red #B70CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.38%

R = 51.26%
G = 3.36%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B70CA2 (or 0xB70CA2) is known color: Medium Violet Red. HEX triplet: B7, 0C and A2. RGB value is (183,12,162). Sum of RGB (Red+Green+Blue) = 183+12+162=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B70CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70CA2 is #48F35D. Grayscale: #4F4F4F. Windows color (decimal): -4780894 or 10620087. OLE color: 10620087.

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

Color convert

RGB 183 12 162 -
CMYK 0 0.93 0.11 0.28
HSL 307.37º 0.88% 0.38% -
HSV(B) 307.37º 0.93% 0.72% -
XYZ 26.18 12.94 35.3 -
YUV 80.23 174.15 201.3 -
System Red Green Blue C M Y K H S L
Decimal 183 12 162 0 0.93 0.11 0.28 307.37 0.88 0.38
Hex B7 C A2 0 5D B 1C 133 58 26
Octal 267 14 242 0 135 13 34 463 130 46
Binary 10110111 1100 10100010 0 1011101 1011 11100 100110011 1011000 100110

Color Harmonies of #B70CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70CA2

Black with #B70CA2

Text Example


Text Example

White with #B70CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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