Html Css Color HEX #B71DBA Deep Magenta

📋 copy color: '#B71DBA'

red 183 ◦ green 29 ◦ blue 186

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

Shades of Deep Magenta #B71DBA

Tints of Deep Magenta #B71DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 45.98%
G = 7.29%
B = 46.73%

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

#B71DBA (or 0xB71DBA) is known color: Deep Magenta. HEX triplet: B7, 1D and BA. RGB value is (183,29,186). Sum of RGB (Red+Green+Blue) = 183+29+186=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #B71DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71DBA is #48E245. Grayscale: #5C5C5C. Windows color (decimal): -4776518 or 12197303. OLE color: 12197303.

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

Color convert

RGB 183 29 186 -
CMYK 0.02 0.84 0 0.27
HSL 298.85º 0.73% 0.42% -
HSV(B) 298.85º 0.84% 0.73% -
XYZ 28.83 14.49 47.73 -
YUV 92.94 180.52 192.23 -
System Red Green Blue C M Y K H S L
Decimal 183 29 186 0.02 0.84 0 0.27 298.85 0.73 0.42
Hex B7 1D BA 2 54 0 1B 12B 49 2A
Octal 267 35 272 2 124 0 33 453 111 52
Binary 10110111 11101 10111010 10 1010100 0 11011 100101011 1001001 101010

Color Harmonies of #B71DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71DBA

Black with #B71DBA

Text Example


Text Example

White with #B71DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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