Html Css Color HEX #B70CC7 Deep Magenta

📋 copy color: '#B70CC7'

red 183 ◦ green 12 ◦ blue 199

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

Shades of Deep Magenta #B70CC7

Tints of Deep Magenta #B70CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 50.51%

R = 46.45%
G = 3.05%
B = 50.51%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B70CC7 (or 0xB70CC7) is known color: Deep Magenta. HEX triplet: B7, 0C and C7. RGB value is (183,12,199). Sum of RGB (Red+Green+Blue) = 183+12+199=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #B70CC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70CC7 is #48F338. Grayscale: #535353. Windows color (decimal): -4780857 or 13044919. OLE color: 13044919.

HSL color Cylindrical-coordinate representation of color #B70CC7: hue angle of 294.87º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70CC7 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 12 199 -
CMYK 0.08 0.94 0 0.22
HSL 294.87º 0.89% 0.41% -
HSV(B) 294.87º 0.94% 0.78% -
XYZ 29.97 14.45 55.24 -
YUV 84.45 192.65 198.29 -
System Red Green Blue C M Y K H S L
Decimal 183 12 199 0.08 0.94 0 0.22 294.87 0.89 0.41
Hex B7 C C7 8 5E 0 16 127 59 29
Octal 267 14 307 10 136 0 26 447 131 51
Binary 10110111 1100 11000111 1000 1011110 0 10110 100100111 1011001 101001

Color Harmonies of #B70CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70CC7

Black with #B70CC7

Text Example


Text Example

White with #B70CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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