Html Css Color HEX #B71DBB Deep Magenta

📋 copy color: '#B71DBB'

red 183 ◦ green 29 ◦ blue 187

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

Shades of Deep Magenta #B71DBB

Tints of Deep Magenta #B71DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.87%

R = 45.86%
G = 7.27%
B = 46.87%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B71DBB (or 0xB71DBB) is known color: Deep Magenta. HEX triplet: B7, 1D and BB. RGB value is (183,29,187). Sum of RGB (Red+Green+Blue) = 183+29+187=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #B71DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71DBB is #48E244. Grayscale: #5C5C5C. Windows color (decimal): -4776517 or 12262839. OLE color: 12262839.

HSL color Cylindrical-coordinate representation of color #B71DBB: hue angle of 298.48º 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 #B71DBB is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 29 187 -
CMYK 0.02 0.84 0 0.27
HSL 298.48º 0.73% 0.42% -
HSV(B) 298.48º 0.84% 0.73% -
XYZ 28.94 14.53 48.29 -
YUV 93.06 181.02 192.15 -
System Red Green Blue C M Y K H S L
Decimal 183 29 187 0.02 0.84 0 0.27 298.48 0.73 0.42
Hex B7 1D BB 2 54 0 1B 12A 49 2A
Octal 267 35 273 2 124 0 33 452 111 52
Binary 10110111 11101 10111011 10 1010100 0 11011 100101010 1001001 101010

Color Harmonies of #B71DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71DBB

Black with #B71DBB

Text Example


Text Example

White with #B71DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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