Html Css Color HEX #B71AB4 Deep Magenta

📋 copy color: '#B71AB4'

red 183 ◦ green 26 ◦ blue 180

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

Shades of Deep Magenta #B71AB4

Tints of Deep Magenta #B71AB4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.68%

 BLUE value IS 180 (70.7% from 255) = 46.27%

R = 47.04%
G = 6.68%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B71AB4 (or 0xB71AB4) is known color: Deep Magenta. HEX triplet: B7, 1A and B4. RGB value is (183,26,180). Sum of RGB (Red+Green+Blue) = 183+26+180=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B71AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71AB4 is #48E54B. Grayscale: #5A5A5A. Windows color (decimal): -4777292 or 11803319. OLE color: 11803319.

HSL color Cylindrical-coordinate representation of color #B71AB4: hue angle of 301.15º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71AB4 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 26 180 -
CMYK 0 0.86 0.02 0.28
HSL 301.15º 0.75% 0.41% -
HSV(B) 301.15º 0.86% 0.72% -
XYZ 28.14 14.1 44.42 -
YUV 90.5 178.51 193.98 -
System Red Green Blue C M Y K H S L
Decimal 183 26 180 0 0.86 0.02 0.28 301.15 0.75 0.41
Hex B7 1A B4 0 56 2 1C 12D 4B 29
Octal 267 32 264 0 126 2 34 455 113 51
Binary 10110111 11010 10110100 0 1010110 10 11100 100101101 1001011 101001

Color Harmonies of #B71AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71AB4

Black with #B71AB4

Text Example


Text Example

White with #B71AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71AB4; }

 p { color: rgb(183,26,180); }

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

background-color css

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

 a { background-color: rgb(183,26,180); }

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

border-color css

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

 span { border-color: rgb(183,26,180); }

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