Html Css Color HEX #B714AC Deep Magenta

📋 copy color: '#B714AC'

red 183 ◦ green 20 ◦ blue 172

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

Shades of Deep Magenta #B714AC

Tints of Deep Magenta #B714AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 48.8%
G = 5.33%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B714AC (or 0xB714AC) is known color: Deep Magenta. HEX triplet: B7, 14 and AC. RGB value is (183,20,172). Sum of RGB (Red+Green+Blue) = 183+20+172=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B714AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B714AC is #48EB53. Grayscale: #555555. Windows color (decimal): -4778836 or 11277495. OLE color: 11277495.

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

Color convert

RGB 183 20 172 -
CMYK 0 0.89 0.06 0.28
HSL 304.05º 0.8% 0.4% -
HSV(B) 304.05º 0.89% 0.72% -
XYZ 27.22 13.55 40.21 -
YUV 86.07 176.5 197.14 -
System Red Green Blue C M Y K H S L
Decimal 183 20 172 0 0.89 0.06 0.28 304.05 0.8 0.4
Hex B7 14 AC 0 59 6 1C 130 50 28
Octal 267 24 254 0 131 6 34 460 120 50
Binary 10110111 10100 10101100 0 1011001 110 11100 100110000 1010000 101000

Color Harmonies of #B714AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B714AC

Black with #B714AC

Text Example


Text Example

White with #B714AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B714AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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