Html Css Color HEX #B71BD4 Deep Magenta

📋 copy color: '#B71BD4'

red 183 ◦ green 27 ◦ blue 212

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

Shades of Deep Magenta #B71BD4

Tints of Deep Magenta #B71BD4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.4%

 BLUE value IS 212 (83.2% from 255) = 50.24%

R = 43.36%
G = 6.4%
B = 50.24%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B71BD4 (or 0xB71BD4) is known color: Deep Magenta. HEX triplet: B7, 1B and D4. RGB value is (183,27,212). Sum of RGB (Red+Green+Blue) = 183+27+212=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 212 (83.20% from 255 or 50.24% from 422); Max value from RGB is 212 - color contains mainly: blue. Hex color #B71BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71BD4 is #48E42B. Grayscale: #5E5E5E. Windows color (decimal): -4777004 or 13900727. OLE color: 13900727.

HSL color Cylindrical-coordinate representation of color #B71BD4: hue angle of 290.59º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71BD4 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 183 27 212 -
CMYK 0.14 0.87 0 0.17
HSL 290.59º 0.77% 0.47% -
HSV(B) 290.59º 0.87% 0.83% -
XYZ 31.8 15.6 63.62 -
YUV 94.73 194.18 190.96 -
System Red Green Blue C M Y K H S L
Decimal 183 27 212 0.14 0.87 0 0.17 290.59 0.77 0.47
Hex B7 1B D4 E 57 0 11 123 4D 2F
Octal 267 33 324 16 127 0 21 443 115 57
Binary 10110111 11011 11010100 1110 1010111 0 10001 100100011 1001101 101111

Color Harmonies of #B71BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71BD4

Black with #B71BD4

Text Example


Text Example

White with #B71BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71BD4; }

 p { color: rgb(183,27,212); }

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

background-color css

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

 a { background-color: rgb(183,27,212); }

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

border-color css

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

 span { border-color: rgb(183,27,212); }

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