Html Css Color HEX #B710AB Deep Magenta

📋 copy color: '#B710AB'

red 183 ◦ green 16 ◦ blue 171

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

Shades of Deep Magenta #B710AB

Tints of Deep Magenta #B710AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.32%

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

R = 49.46%
G = 4.32%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B710AB (or 0xB710AB) is known color: Deep Magenta. HEX triplet: B7, 10 and AB. RGB value is (183,16,171). Sum of RGB (Red+Green+Blue) = 183+16+171=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B710AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B710AB is #48EF54. Grayscale: #535353. Windows color (decimal): -4779861 or 11210935. OLE color: 11210935.

HSL color Cylindrical-coordinate representation of color #B710AB: hue angle of 304.31º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B710AB is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 16 171 -
CMYK 0 0.91 0.07 0.28
HSL 304.31º 0.84% 0.39% -
HSV(B) 304.31º 0.91% 0.72% -
XYZ 27.06 13.38 39.68 -
YUV 83.6 177.33 198.9 -
System Red Green Blue C M Y K H S L
Decimal 183 16 171 0 0.91 0.07 0.28 304.31 0.84 0.39
Hex B7 10 AB 0 5B 7 1C 130 54 27
Octal 267 20 253 0 133 7 34 460 124 47
Binary 10110111 10000 10101011 0 1011011 111 11100 100110000 1010100 100111

Color Harmonies of #B710AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710AB

Black with #B710AB

Text Example


Text Example

White with #B710AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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