Html Css Color HEX #B71EBE Deep Magenta

📋 copy color: '#B71EBE'

red 183 ◦ green 30 ◦ blue 190

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

Shades of Deep Magenta #B71EBE

Tints of Deep Magenta #B71EBE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.44%

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 45.41%
G = 7.44%
B = 47.15%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B71EBE (or 0xB71EBE) is known color: Deep Magenta. HEX triplet: B7, 1E and BE. RGB value is (183,30,190). Sum of RGB (Red+Green+Blue) = 183+30+190=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #B71EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71EBE is #48E141. Grayscale: #5D5D5D. Windows color (decimal): -4776258 or 12459703. OLE color: 12459703.

HSL color Cylindrical-coordinate representation of color #B71EBE: hue angle of 297.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71EBE is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 30 190 -
CMYK 0.04 0.84 0 0.25
HSL 297.38º 0.73% 0.43% -
HSV(B) 297.38º 0.84% 0.75% -
XYZ 29.29 14.71 50.01 -
YUV 93.99 182.19 191.49 -
System Red Green Blue C M Y K H S L
Decimal 183 30 190 0.04 0.84 0 0.25 297.38 0.73 0.43
Hex B7 1E BE 4 54 0 19 129 49 2B
Octal 267 36 276 4 124 0 31 451 111 53
Binary 10110111 11110 10111110 100 1010100 0 11001 100101001 1001001 101011

Color Harmonies of #B71EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71EBE

Black with #B71EBE

Text Example


Text Example

White with #B71EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71EBE; }

 p { color: rgb(183,30,190); }

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

background-color css

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

 a { background-color: rgb(183,30,190); }

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

border-color css

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

 span { border-color: rgb(183,30,190); }

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