Html Css Color HEX #B71BDB Deep Magenta

📋 copy color: '#B71BDB'

red 183 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #B71BDB

Tints of Deep Magenta #B71BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 42.66%
G = 6.29%
B = 51.05%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B71BDB (or 0xB71BDB) is known color: Deep Magenta. HEX triplet: B7, 1B and DB. RGB value is (183,27,219). Sum of RGB (Red+Green+Blue) = 183+27+219=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #B71BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71BDB is #48E424. Grayscale: #5E5E5E. Windows color (decimal): -4776997 or 14359479. OLE color: 14359479.

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

Color convert

RGB 183 27 219 -
CMYK 0.16 0.88 0 0.14
HSL 288.75º 0.78% 0.48% -
HSV(B) 288.75º 0.88% 0.86% -
XYZ 32.71 15.97 68.38 -
YUV 95.53 197.68 190.39 -
System Red Green Blue C M Y K H S L
Decimal 183 27 219 0.16 0.88 0 0.14 288.75 0.78 0.48
Hex B7 1B DB 10 58 0 E 121 4E 30
Octal 267 33 333 20 130 0 16 441 116 60
Binary 10110111 11011 11011011 10000 1011000 0 1110 100100001 1001110 110000

Color Harmonies of #B71BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71BDB

Black with #B71BDB

Text Example


Text Example

White with #B71BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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