Html Css Color HEX #B805DA Deep Magenta

📋 copy color: '#B805DA'

red 184 ◦ green 5 ◦ blue 218

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

Shades of Deep Magenta #B805DA

Tints of Deep Magenta #B805DA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

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

R = 45.21%
G = 1.23%
B = 53.56%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B805DA (or 0xB805DA) is known color: Deep Magenta. HEX triplet: B8, 05 and DA. RGB value is (184,5,218). Sum of RGB (Red+Green+Blue) = 184+5+218=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #B805DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B805DA is #47FA25. Grayscale: #525252. Windows color (decimal): -4717094 or 14288312. OLE color: 14288312.

HSL color Cylindrical-coordinate representation of color #B805DA: hue angle of 290.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B805DA is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 5 218 -
CMYK 0.16 0.98 0 0.15
HSL 290.42º 0.96% 0.44% -
HSV(B) 290.42º 0.98% 0.85% -
XYZ 32.48 15.36 67.58 -
YUV 82.8 204.3 200.18 -
System Red Green Blue C M Y K H S L
Decimal 184 5 218 0.16 0.98 0 0.15 290.42 0.96 0.44
Hex B8 5 DA 10 62 0 F 122 60 2C
Octal 270 5 332 20 142 0 17 442 140 54
Binary 10111000 101 11011010 10000 1100010 0 1111 100100010 1100000 101100

Color Harmonies of #B805DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B805DA

Black with #B805DA

Text Example


Text Example

White with #B805DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B805DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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