Html Css Color HEX #B607DB Deep Magenta

📋 copy color: '#B607DB'

red 182 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #B607DB

Tints of Deep Magenta #B607DB

RGB

 RED value IS 182 (71.48% from 255) = 44.61%

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

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

R = 44.61%
G = 1.72%
B = 53.68%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B607DB (or 0xB607DB) is known color: Deep Magenta. HEX triplet: B6, 07 and DB. RGB value is (182,7,219). Sum of RGB (Red+Green+Blue) = 182+7+219=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #B607DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B607DB is #49F824. Grayscale: #525252. Windows color (decimal): -4847653 or 14354358. OLE color: 14354358.

HSL color Cylindrical-coordinate representation of color #B607DB: hue angle of 289.53º 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 #B607DB is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 7 219 -
CMYK 0.17 0.97 0 0.14
HSL 289.53º 0.94% 0.44% -
HSV(B) 289.53º 0.97% 0.86% -
XYZ 32.15 15.21 68.26 -
YUV 83.49 204.48 198.26 -
System Red Green Blue C M Y K H S L
Decimal 182 7 219 0.17 0.97 0 0.14 289.53 0.94 0.44
Hex B6 7 DB 11 61 0 E 122 5E 2C
Octal 266 7 333 21 141 0 16 442 136 54
Binary 10110110 111 11011011 10001 1100001 0 1110 100100010 1011110 101100

Color Harmonies of #B607DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B607DB

Black with #B607DB

Text Example


Text Example

White with #B607DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B607DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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