Html Css Color HEX #B714AB Deep Magenta

📋 copy color: '#B714AB'

red 183 ◦ green 20 ◦ blue 171

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

Shades of Deep Magenta #B714AB

Tints of Deep Magenta #B714AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.35%

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

R = 48.93%
G = 5.35%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B714AB (or 0xB714AB) is known color: Deep Magenta. HEX triplet: B7, 14 and AB. RGB value is (183,20,171). Sum of RGB (Red+Green+Blue) = 183+20+171=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B714AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B714AB is #48EB54. Grayscale: #555555. Windows color (decimal): -4778837 or 11211959. OLE color: 11211959.

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

Color convert

RGB 183 20 171 -
CMYK 0 0.89 0.07 0.28
HSL 304.42º 0.8% 0.4% -
HSV(B) 304.42º 0.89% 0.72% -
XYZ 27.13 13.51 39.71 -
YUV 85.95 176 197.22 -
System Red Green Blue C M Y K H S L
Decimal 183 20 171 0 0.89 0.07 0.28 304.42 0.8 0.4
Hex B7 14 AB 0 59 7 1C 130 50 28
Octal 267 24 253 0 131 7 34 460 120 50
Binary 10110111 10100 10101011 0 1011001 111 11100 100110000 1010000 101000

Color Harmonies of #B714AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B714AB

Black with #B714AB

Text Example


Text Example

White with #B714AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B714AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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