Html Css Color HEX #BD05BD Deep Magenta

📋 copy color: '#BD05BD'

red 189 ◦ green 5 ◦ blue 189

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

Shades of Deep Magenta #BD05BD

Tints of Deep Magenta #BD05BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.35%

R = 49.35%
G = 1.31%
B = 49.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD05BD (or 0xBD05BD) is known color: Deep Magenta. HEX triplet: BD, 05 and BD. RGB value is (189,5,189). Sum of RGB (Red+Green+Blue) = 189+5+189=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD05BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD05BD is #42FA42. Grayscale: #505050. Windows color (decimal): -4389443 or 12387773. OLE color: 12387773.

HSL color Cylindrical-coordinate representation of color #BD05BD: hue angle of 300º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD05BD is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 5 189 -
CMYK 0 0.97 0 0.26
HSL 300º 0.95% 0.38% -
HSV(B) 300º 0.97% 0.74% -
XYZ 30.23 14.6 49.37 -
YUV 80.99 188.96 205.04 -
System Red Green Blue C M Y K H S L
Decimal 189 5 189 0 0.97 0 0.26 300 0.95 0.38
Hex BD 5 BD 0 61 0 1A 12C 5F 26
Octal 275 5 275 0 141 0 32 454 137 46
Binary 10111101 101 10111101 0 1100001 0 11010 100101100 1011111 100110

Color Harmonies of #BD05BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD05BD

Black with #BD05BD

Text Example


Text Example

White with #BD05BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD05BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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