Html Css Color HEX #BD08DE Deep Magenta

📋 copy color: '#BD08DE'

red 189 ◦ green 8 ◦ blue 222

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

Shades of Deep Magenta #BD08DE

Tints of Deep Magenta #BD08DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.98%

R = 45.11%
G = 1.91%
B = 52.98%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD08DE (or 0xBD08DE) is known color: Deep Magenta. HEX triplet: BD, 08 and DE. RGB value is (189,8,222). Sum of RGB (Red+Green+Blue) = 189+8+222=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD08DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08DE is #42F721. Grayscale: #555555. Windows color (decimal): -4388642 or 14551229. OLE color: 14551229.

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

Color convert

RGB 189 8 222 -
CMYK 0.15 0.96 0 0.13
HSL 290.75º 0.93% 0.45% -
HSV(B) 290.75º 0.96% 0.87% -
XYZ 34.26 16.27 70.44 -
YUV 86.52 204.47 201.1 -
System Red Green Blue C M Y K H S L
Decimal 189 8 222 0.15 0.96 0 0.13 290.75 0.93 0.45
Hex BD 8 DE F 60 0 D 123 5D 2D
Octal 275 10 336 17 140 0 15 443 135 55
Binary 10111101 1000 11011110 1111 1100000 0 1101 100100011 1011101 101101

Color Harmonies of #BD08DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD08DE

Black with #BD08DE

Text Example


Text Example

White with #BD08DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD08DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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