Html Css Color HEX #B70CCC Deep Magenta

📋 copy color: '#B70CCC'

red 183 ◦ green 12 ◦ blue 204

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

Shades of Deep Magenta #B70CCC

Tints of Deep Magenta #B70CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 45.86%
G = 3.01%
B = 51.13%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B70CCC (or 0xB70CCC) is known color: Deep Magenta. HEX triplet: B7, 0C and CC. RGB value is (183,12,204). Sum of RGB (Red+Green+Blue) = 183+12+204=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #B70CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70CCC is #48F333. Grayscale: #545454. Windows color (decimal): -4780852 or 13372599. OLE color: 13372599.

HSL color Cylindrical-coordinate representation of color #B70CCC: hue angle of 293.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70CCC is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 12 204 -
CMYK 0.10 0.94 0 0.2
HSL 293.44º 0.89% 0.42% -
HSV(B) 293.44º 0.94% 0.8% -
XYZ 30.56 14.69 58.35 -
YUV 85.02 195.15 197.89 -
System Red Green Blue C M Y K H S L
Decimal 183 12 204 0.10 0.94 0 0.2 293.44 0.89 0.42
Hex B7 C CC A 5E 0 14 125 59 2A
Octal 267 14 314 12 136 0 24 445 131 52
Binary 10110111 1100 11001100 1010 1011110 0 10100 100100101 1011001 101010

Color Harmonies of #B70CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70CCC

Black with #B70CCC

Text Example


Text Example

White with #B70CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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