Html Css Color HEX #B614DB Deep Magenta

📋 copy color: '#B614DB'

red 182 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #B614DB

Tints of Deep Magenta #B614DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.75%

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

R = 43.23%
G = 4.75%
B = 52.02%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B614DB (or 0xB614DB) is known color: Deep Magenta. HEX triplet: B6, 14 and DB. RGB value is (182,20,219). Sum of RGB (Red+Green+Blue) = 182+20+219=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #B614DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B614DB is #49EB24. Grayscale: #5A5A5A. Windows color (decimal): -4844325 or 14357686. OLE color: 14357686.

HSL color Cylindrical-coordinate representation of color #B614DB: hue angle of 288.84º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B614DB is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 20 219 -
CMYK 0.17 0.91 0 0.14
HSL 288.84º 0.83% 0.47% -
HSV(B) 288.84º 0.91% 0.86% -
XYZ 32.33 15.56 68.32 -
YUV 91.12 200.17 192.82 -
System Red Green Blue C M Y K H S L
Decimal 182 20 219 0.17 0.91 0 0.14 288.84 0.83 0.47
Hex B6 14 DB 11 5B 0 E 121 53 2F
Octal 266 24 333 21 133 0 16 441 123 57
Binary 10110110 10100 11011011 10001 1011011 0 1110 100100001 1010011 101111

Color Harmonies of #B614DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B614DB

Black with #B614DB

Text Example


Text Example

White with #B614DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B614DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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