Html Css Color HEX #BD08E0 Deep Magenta

📋 copy color: '#BD08E0'

red 189 ◦ green 8 ◦ blue 224

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

Shades of Deep Magenta #BD08E0

Tints of Deep Magenta #BD08E0

RGB

 RED value IS 189 (74.22% from 255) = 44.89%

 GREEN value IS 8 (3.52% from 255) = 1.9%

 BLUE value IS 224 (87.89% from 255) = 53.21%

R = 44.89%
G = 1.9%
B = 53.21%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD08E0 (or 0xBD08E0) is known color: Deep Magenta. HEX triplet: BD, 08 and E0. RGB value is (189,8,224). Sum of RGB (Red+Green+Blue) = 189+8+224=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 224 (87.89% from 255 or 53.21% from 421); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD08E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08E0 is #42F71F. Grayscale: #565656. Windows color (decimal): -4388640 or 14682301. OLE color: 14682301.

HSL color Cylindrical-coordinate representation of color #BD08E0: hue angle of 290.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD08E0 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 8 224 -
CMYK 0.16 0.96 0 0.12
HSL 290.28º 0.93% 0.45% -
HSV(B) 290.28º 0.96% 0.88% -
XYZ 34.53 16.37 71.86 -
YUV 86.74 205.47 200.94 -
System Red Green Blue C M Y K H S L
Decimal 189 8 224 0.16 0.96 0 0.12 290.28 0.93 0.45
Hex BD 8 E0 10 60 0 C 122 5D 2D
Octal 275 10 340 20 140 0 14 442 135 55
Binary 10111101 1000 11100000 10000 1100000 0 1100 100100010 1011101 101101

Color Harmonies of #BD08E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD08E0

Black with #BD08E0

Text Example


Text Example

White with #BD08E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD08E0; }

 p { color: rgb(189,8,224); }

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

background-color css

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

 a { background-color: rgb(189,8,224); }

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

border-color css

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

 span { border-color: rgb(189,8,224); }

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