Html Css Color HEX #B702D1 Deep Magenta

📋 copy color: '#B702D1'

red 183 ◦ green 2 ◦ blue 209

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

Shades of Deep Magenta #B702D1

Tints of Deep Magenta #B702D1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 209 (82.03% from 255) = 53.05%

R = 46.45%
G = 0.51%
B = 53.05%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B702D1 (or 0xB702D1) is known color: Deep Magenta. HEX triplet: B7, 02 and D1. RGB value is (183,2,209). Sum of RGB (Red+Green+Blue) = 183+2+209=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 209 (82.03% from 255 or 53.05% from 394); Max value from RGB is 209 - color contains mainly: blue. Hex color #B702D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702D1 is #48FD2E. Grayscale: #4F4F4F. Windows color (decimal): -4783407 or 13697719. OLE color: 13697719.

HSL color Cylindrical-coordinate representation of color #B702D1: hue angle of 292.46º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702D1 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 2 209 -
CMYK 0.12 0.99 0 0.18
HSL 292.46º 0.98% 0.41% -
HSV(B) 292.46º 0.99% 0.82% -
XYZ 31.06 14.71 61.52 -
YUV 79.72 200.97 201.67 -
System Red Green Blue C M Y K H S L
Decimal 183 2 209 0.12 0.99 0 0.18 292.46 0.98 0.41
Hex B7 2 D1 C 63 0 12 124 62 29
Octal 267 2 321 14 143 0 22 444 142 51
Binary 10110111 10 11010001 1100 1100011 0 10010 100100100 1100010 101001

Color Harmonies of #B702D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B702D1

Black with #B702D1

Text Example


Text Example

White with #B702D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B702D1; }

 p { color: rgb(183,2,209); }

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

background-color css

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

 a { background-color: rgb(183,2,209); }

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

border-color css

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

 span { border-color: rgb(183,2,209); }

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