Html Css Color HEX #B70FDF Deep Magenta

📋 copy color: '#B70FDF'

red 183 ◦ green 15 ◦ blue 223

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

Shades of Deep Magenta #B70FDF

Tints of Deep Magenta #B70FDF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.56%

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

R = 43.47%
G = 3.56%
B = 52.97%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B70FDF (or 0xB70FDF) is known color: Deep Magenta. HEX triplet: B7, 0F and DF. RGB value is (183,15,223). Sum of RGB (Red+Green+Blue) = 183+15+223=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #B70FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70FDF is #48F020. Grayscale: #585858. Windows color (decimal): -4780065 or 14618551. OLE color: 14618551.

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

Color convert

RGB 183 15 223 -
CMYK 0.18 0.93 0 0.13
HSL 288.46º 0.87% 0.47% -
HSV(B) 288.46º 0.93% 0.87% -
XYZ 33.02 15.74 71.11 -
YUV 88.94 203.66 195.09 -
System Red Green Blue C M Y K H S L
Decimal 183 15 223 0.18 0.93 0 0.13 288.46 0.87 0.47
Hex B7 F DF 12 5D 0 D 120 57 2F
Octal 267 17 337 22 135 0 15 440 127 57
Binary 10110111 1111 11011111 10010 1011101 0 1101 100100000 1010111 101111

Color Harmonies of #B70FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70FDF

Black with #B70FDF

Text Example


Text Example

White with #B70FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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