Html Css Color HEX #B702B0 Deep Magenta

📋 copy color: '#B702B0'

red 183 ◦ green 2 ◦ blue 176

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

Shades of Deep Magenta #B702B0

Tints of Deep Magenta #B702B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.75%

R = 50.69%
G = 0.55%
B = 48.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B702B0 (or 0xB702B0) is known color: Deep Magenta. HEX triplet: B7, 02 and B0. RGB value is (183,2,176). Sum of RGB (Red+Green+Blue) = 183+2+176=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B702B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B702B0 is #48FD4F. Grayscale: #4B4B4B. Windows color (decimal): -4783440 or 11535031. OLE color: 11535031.

HSL color Cylindrical-coordinate representation of color #B702B0: hue angle of 302.32º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702B0 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 2 176 -
CMYK 0 0.99 0.04 0.28
HSL 302.32º 0.98% 0.36% -
HSV(B) 302.32º 0.99% 0.72% -
XYZ 27.39 13.25 42.19 -
YUV 75.96 184.47 204.35 -
System Red Green Blue C M Y K H S L
Decimal 183 2 176 0 0.99 0.04 0.28 302.32 0.98 0.36
Hex B7 2 B0 0 63 4 1C 12E 62 24
Octal 267 2 260 0 143 4 34 456 142 44
Binary 10110111 10 10110000 0 1100011 100 11100 100101110 1100010 100100

Color Harmonies of #B702B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B702B0

Black with #B702B0

Text Example


Text Example

White with #B702B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B702B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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