Html Css Color HEX #B702AB Deep Magenta

📋 copy color: '#B702AB'

red 183 ◦ green 2 ◦ blue 171

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

Shades of Deep Magenta #B702AB

Tints of Deep Magenta #B702AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 51.4%
G = 0.56%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B702AB (or 0xB702AB) is known color: Deep Magenta. HEX triplet: B7, 02 and AB. RGB value is (183,2,171). Sum of RGB (Red+Green+Blue) = 183+2+171=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B702AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B702AB is #48FD54. Grayscale: #4A4A4A. Windows color (decimal): -4783445 or 11207351. OLE color: 11207351.

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

Color convert

RGB 183 2 171 -
CMYK 0 0.99 0.07 0.28
HSL 303.98º 0.98% 0.36% -
HSV(B) 303.98º 0.99% 0.72% -
XYZ 26.9 13.05 39.63 -
YUV 75.39 181.97 204.76 -
System Red Green Blue C M Y K H S L
Decimal 183 2 171 0 0.99 0.07 0.28 303.98 0.98 0.36
Hex B7 2 AB 0 63 7 1C 130 62 24
Octal 267 2 253 0 143 7 34 460 142 44
Binary 10110111 10 10101011 0 1100011 111 11100 100110000 1100010 100100

Color Harmonies of #B702AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B702AB

Black with #B702AB

Text Example


Text Example

White with #B702AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B702AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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