Html Css Color HEX #B612DA Deep Magenta

📋 copy color: '#B612DA'

red 182 ◦ green 18 ◦ blue 218

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

Shades of Deep Magenta #B612DA

Tints of Deep Magenta #B612DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.15%

R = 43.54%
G = 4.31%
B = 52.15%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B612DA (or 0xB612DA) is known color: Deep Magenta. HEX triplet: B6, 12 and DA. RGB value is (182,18,218). Sum of RGB (Red+Green+Blue) = 182+18+218=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #B612DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B612DA is #49ED25. Grayscale: #595959. Windows color (decimal): -4844838 or 14291638. OLE color: 14291638.

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

Color convert

RGB 182 18 218 -
CMYK 0.17 0.92 0 0.15
HSL 289.2º 0.85% 0.46% -
HSV(B) 289.2º 0.92% 0.85% -
XYZ 32.16 15.44 67.61 -
YUV 89.84 200.33 193.74 -
System Red Green Blue C M Y K H S L
Decimal 182 18 218 0.17 0.92 0 0.15 289.2 0.85 0.46
Hex B6 12 DA 11 5C 0 F 121 55 2E
Octal 266 22 332 21 134 0 17 441 125 56
Binary 10110110 10010 11011010 10001 1011100 0 1111 100100001 1010101 101110

Color Harmonies of #B612DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B612DA

Black with #B612DA

Text Example


Text Example

White with #B612DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B612DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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