Html Css Color HEX #B71BDA Deep Magenta

📋 copy color: '#B71BDA'

red 183 ◦ green 27 ◦ blue 218

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

Shades of Deep Magenta #B71BDA

Tints of Deep Magenta #B71BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.93%

R = 42.76%
G = 6.31%
B = 50.93%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B71BDA (or 0xB71BDA) is known color: Deep Magenta. HEX triplet: B7, 1B and DA. RGB value is (183,27,218). Sum of RGB (Red+Green+Blue) = 183+27+218=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #B71BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71BDA is #48E425. Grayscale: #5E5E5E. Windows color (decimal): -4776998 or 14293943. OLE color: 14293943.

HSL color Cylindrical-coordinate representation of color #B71BDA: hue angle of 289.01º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71BDA is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 27 218 -
CMYK 0.16 0.88 0 0.15
HSL 289.01º 0.78% 0.48% -
HSV(B) 289.01º 0.88% 0.85% -
XYZ 32.58 15.91 67.68 -
YUV 95.42 197.18 190.47 -
System Red Green Blue C M Y K H S L
Decimal 183 27 218 0.16 0.88 0 0.15 289.01 0.78 0.48
Hex B7 1B DA 10 58 0 F 121 4E 30
Octal 267 33 332 20 130 0 17 441 116 60
Binary 10110111 11011 11011010 10000 1011000 0 1111 100100001 1001110 110000

Color Harmonies of #B71BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71BDA

Black with #B71BDA

Text Example


Text Example

White with #B71BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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