Html Css Color HEX #B702D0 Deep Magenta

📋 copy color: '#B702D0'

red 183 ◦ green 2 ◦ blue 208

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

Shades of Deep Magenta #B702D0

Tints of Deep Magenta #B702D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.93%

R = 46.56%
G = 0.51%
B = 52.93%

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

#B702D0 (or 0xB702D0) is known color: Deep Magenta. HEX triplet: B7, 02 and D0. RGB value is (183,2,208). Sum of RGB (Red+Green+Blue) = 183+2+208=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #B702D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702D0 is #48FD2F. Grayscale: #4E4E4E. Windows color (decimal): -4783408 or 13632183. OLE color: 13632183.

HSL color Cylindrical-coordinate representation of color #B702D0: hue angle of 292.72º 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 #B702D0 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 2 208 -
CMYK 0.12 0.99 0 0.18
HSL 292.72º 0.98% 0.41% -
HSV(B) 292.72º 0.99% 0.82% -
XYZ 30.94 14.66 60.87 -
YUV 79.6 200.47 201.75 -
System Red Green Blue C M Y K H S L
Decimal 183 2 208 0.12 0.99 0 0.18 292.72 0.98 0.41
Hex B7 2 D0 C 63 0 12 125 62 29
Octal 267 2 320 14 143 0 22 445 142 51
Binary 10110111 10 11010000 1100 1100011 0 10010 100100101 1100010 101001

Color Harmonies of #B702D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B702D0

Black with #B702D0

Text Example


Text Example

White with #B702D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B702D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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