Html Css Color HEX #B70BDB Deep Magenta

📋 copy color: '#B70BDB'

red 183 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #B70BDB

Tints of Deep Magenta #B70BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.66%

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

R = 44.31%
G = 2.66%
B = 53.03%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B70BDB (or 0xB70BDB) is known color: Deep Magenta. HEX triplet: B7, 0B and DB. RGB value is (183,11,219). Sum of RGB (Red+Green+Blue) = 183+11+219=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #B70BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70BDB is #48F424. Grayscale: #555555. Windows color (decimal): -4781093 or 14355383. OLE color: 14355383.

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

Color convert

RGB 183 11 219 -
CMYK 0.16 0.95 0 0.14
HSL 289.62º 0.9% 0.45% -
HSV(B) 289.62º 0.95% 0.86% -
XYZ 32.43 15.42 68.28 -
YUV 86.14 202.98 197.09 -
System Red Green Blue C M Y K H S L
Decimal 183 11 219 0.16 0.95 0 0.14 289.62 0.9 0.45
Hex B7 B DB 10 5F 0 E 122 5A 2D
Octal 267 13 333 20 137 0 16 442 132 55
Binary 10110111 1011 11011011 10000 1011111 0 1110 100100010 1011010 101101

Color Harmonies of #B70BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70BDB

Black with #B70BDB

Text Example


Text Example

White with #B70BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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