Html Css Color HEX #B707DB Deep Magenta

📋 copy color: '#B707DB'

red 183 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #B707DB

Tints of Deep Magenta #B707DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.71%

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

R = 44.74%
G = 1.71%
B = 53.55%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B707DB (or 0xB707DB) is known color: Deep Magenta. HEX triplet: B7, 07 and DB. RGB value is (183,7,219). Sum of RGB (Red+Green+Blue) = 183+7+219=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #B707DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B707DB is #48F824. Grayscale: #535353. Windows color (decimal): -4782117 or 14354359. OLE color: 14354359.

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

Color convert

RGB 183 7 219 -
CMYK 0.16 0.97 0 0.14
HSL 289.81º 0.94% 0.44% -
HSV(B) 289.81º 0.97% 0.86% -
XYZ 32.39 15.33 68.27 -
YUV 83.79 204.31 198.76 -
System Red Green Blue C M Y K H S L
Decimal 183 7 219 0.16 0.97 0 0.14 289.81 0.94 0.44
Hex B7 7 DB 10 61 0 E 122 5E 2C
Octal 267 7 333 20 141 0 16 442 136 54
Binary 10110111 111 11011011 10000 1100001 0 1110 100100010 1011110 101100

Color Harmonies of #B707DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B707DB

Black with #B707DB

Text Example


Text Example

White with #B707DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B707DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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