Html Css Color HEX #B71DB9 Deep Magenta

📋 copy color: '#B71DB9'

red 183 ◦ green 29 ◦ blue 185

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

Shades of Deep Magenta #B71DB9

Tints of Deep Magenta #B71DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.3%

 BLUE value IS 185 (72.66% from 255) = 46.6%

R = 46.1%
G = 7.3%
B = 46.6%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B71DB9 (or 0xB71DB9) is known color: Deep Magenta. HEX triplet: B7, 1D and B9. RGB value is (183,29,185). Sum of RGB (Red+Green+Blue) = 183+29+185=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #B71DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71DB9 is #48E246. Grayscale: #5C5C5C. Windows color (decimal): -4776519 or 12131767. OLE color: 12131767.

HSL color Cylindrical-coordinate representation of color #B71DB9: hue angle of 299.23º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71DB9 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 29 185 -
CMYK 0.01 0.84 0 0.27
HSL 299.23º 0.73% 0.42% -
HSV(B) 299.23º 0.84% 0.73% -
XYZ 28.72 14.45 47.17 -
YUV 92.83 180.02 192.32 -
System Red Green Blue C M Y K H S L
Decimal 183 29 185 0.01 0.84 0 0.27 299.23 0.73 0.42
Hex B7 1D B9 1 54 0 1B 12B 49 2A
Octal 267 35 271 1 124 0 33 453 111 52
Binary 10110111 11101 10111001 1 1010100 0 11011 100101011 1001001 101010

Color Harmonies of #B71DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71DB9

Black with #B71DB9

Text Example


Text Example

White with #B71DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71DB9; }

 p { color: rgb(183,29,185); }

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

background-color css

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

 a { background-color: rgb(183,29,185); }

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

border-color css

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

 span { border-color: rgb(183,29,185); }

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