Html Css Color HEX #BD05E0 Deep Magenta

📋 copy color: '#BD05E0'

red 189 ◦ green 5 ◦ blue 224

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

Shades of Deep Magenta #BD05E0

Tints of Deep Magenta #BD05E0

RGB

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

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

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

R = 45.22%
G = 1.2%
B = 53.59%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD05E0 (or 0xBD05E0) is known color: Deep Magenta. HEX triplet: BD, 05 and E0. RGB value is (189,5,224). Sum of RGB (Red+Green+Blue) = 189+5+224=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD05E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD05E0 is #42FA1F. Grayscale: #545454. Windows color (decimal): -4389408 or 14681533. OLE color: 14681533.

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

Color convert

RGB 189 5 224 -
CMYK 0.16 0.98 0 0.12
HSL 290.41º 0.96% 0.45% -
HSV(B) 290.41º 0.98% 0.88% -
XYZ 34.5 16.31 71.85 -
YUV 84.98 206.46 202.19 -
System Red Green Blue C M Y K H S L
Decimal 189 5 224 0.16 0.98 0 0.12 290.41 0.96 0.45
Hex BD 5 E0 10 62 0 C 122 60 2D
Octal 275 5 340 20 142 0 14 442 140 55
Binary 10111101 101 11100000 10000 1100010 0 1100 100100010 1100000 101101

Color Harmonies of #BD05E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD05E0

Black with #BD05E0

Text Example


Text Example

White with #BD05E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD05E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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