Html Css Color HEX #B612DB Deep Magenta

📋 copy color: '#B612DB'

red 182 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #B612DB

Tints of Deep Magenta #B612DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.3%

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

R = 43.44%
G = 4.3%
B = 52.27%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B612DB (or 0xB612DB) is known color: Deep Magenta. HEX triplet: B6, 12 and DB. RGB value is (182,18,219). Sum of RGB (Red+Green+Blue) = 182+18+219=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #B612DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B612DB is #49ED24. Grayscale: #595959. Windows color (decimal): -4844837 or 14357174. OLE color: 14357174.

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

Color convert

RGB 182 18 219 -
CMYK 0.17 0.92 0 0.14
HSL 288.96º 0.85% 0.46% -
HSV(B) 288.96º 0.92% 0.86% -
XYZ 32.29 15.49 68.31 -
YUV 89.95 200.83 193.66 -
System Red Green Blue C M Y K H S L
Decimal 182 18 219 0.17 0.92 0 0.14 288.96 0.85 0.46
Hex B6 12 DB 11 5C 0 E 121 55 2E
Octal 266 22 333 21 134 0 16 441 125 56
Binary 10110110 10010 11011011 10001 1011100 0 1110 100100001 1010101 101110

Color Harmonies of #B612DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B612DB

Black with #B612DB

Text Example


Text Example

White with #B612DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B612DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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