Html Css Color HEX #B70CDF Deep Magenta

📋 copy color: '#B70CDF'

red 183 ◦ green 12 ◦ blue 223

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

Shades of Deep Magenta #B70CDF

Tints of Deep Magenta #B70CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.35%

R = 43.78%
G = 2.87%
B = 53.35%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B70CDF (or 0xB70CDF) is known color: Deep Magenta. HEX triplet: B7, 0C and DF. RGB value is (183,12,223). Sum of RGB (Red+Green+Blue) = 183+12+223=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #B70CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70CDF is #48F320. Grayscale: #565656. Windows color (decimal): -4780833 or 14617783. OLE color: 14617783.

HSL color Cylindrical-coordinate representation of color #B70CDF: hue angle of 288.63º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70CDF is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 12 223 -
CMYK 0.18 0.95 0 0.13
HSL 288.63º 0.9% 0.46% -
HSV(B) 288.63º 0.95% 0.87% -
XYZ 32.98 15.66 71.1 -
YUV 87.18 204.65 196.34 -
System Red Green Blue C M Y K H S L
Decimal 183 12 223 0.18 0.95 0 0.13 288.63 0.9 0.46
Hex B7 C DF 12 5F 0 D 121 5A 2E
Octal 267 14 337 22 137 0 15 441 132 56
Binary 10110111 1100 11011111 10010 1011111 0 1101 100100001 1011010 101110

Color Harmonies of #B70CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70CDF

Black with #B70CDF

Text Example


Text Example

White with #B70CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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