Html Css Color HEX #B812DA Deep Magenta

📋 copy color: '#B812DA'

red 184 ◦ green 18 ◦ blue 218

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

Shades of Deep Magenta #B812DA

Tints of Deep Magenta #B812DA

RGB

 RED value IS 184 (72.27% from 255) = 43.81%

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

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

R = 43.81%
G = 4.29%
B = 51.9%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B812DA (or 0xB812DA) is known color: Deep Magenta. HEX triplet: B8, 12 and DA. RGB value is (184,18,218). Sum of RGB (Red+Green+Blue) = 184+18+218=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #B812DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812DA is #47ED25. Grayscale: #595959. Windows color (decimal): -4713766 or 14291640. OLE color: 14291640.

HSL color Cylindrical-coordinate representation of color #B812DA: hue angle of 289.8º 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 #B812DA is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 18 218 -
CMYK 0.16 0.92 0 0.15
HSL 289.8º 0.85% 0.46% -
HSV(B) 289.8º 0.92% 0.85% -
XYZ 32.64 15.68 67.64 -
YUV 90.43 200 194.74 -
System Red Green Blue C M Y K H S L
Decimal 184 18 218 0.16 0.92 0 0.15 289.8 0.85 0.46
Hex B8 12 DA 10 5C 0 F 122 55 2E
Octal 270 22 332 20 134 0 17 442 125 56
Binary 10111000 10010 11011010 10000 1011100 0 1111 100100010 1010101 101110

Color Harmonies of #B812DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B812DA

Black with #B812DA

Text Example


Text Example

White with #B812DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B812DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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