Html Css Color HEX #BD25D5 Deep Magenta

📋 copy color: '#BD25D5'

red 189 ◦ green 37 ◦ blue 213

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

Shades of Deep Magenta #BD25D5

Tints of Deep Magenta #BD25D5

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.43%

 BLUE value IS 213 (83.59% from 255) = 48.52%

R = 43.05%
G = 8.43%
B = 48.52%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD25D5 (or 0xBD25D5) is known color: Deep Magenta. HEX triplet: BD, 25 and D5. RGB value is (189,37,213). Sum of RGB (Red+Green+Blue) = 189+37+213=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD25D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD25D5 is #42DA2A. Grayscale: #656565. Windows color (decimal): -4381227 or 13968829. OLE color: 13968829.

HSL color Cylindrical-coordinate representation of color #BD25D5: hue angle of 291.82º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD25D5 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 37 213 -
CMYK 0.11 0.83 0 0.16
HSL 291.82º 0.7% 0.49% -
HSV(B) 291.82º 0.83% 0.84% -
XYZ 33.66 16.95 64.45 -
YUV 102.51 190.36 189.69 -
System Red Green Blue C M Y K H S L
Decimal 189 37 213 0.11 0.83 0 0.16 291.82 0.7 0.49
Hex BD 25 D5 B 53 0 10 124 46 31
Octal 275 45 325 13 123 0 20 444 106 61
Binary 10111101 100101 11010101 1011 1010011 0 10000 100100100 1000110 110001

Color Harmonies of #BD25D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD25D5

Black with #BD25D5

Text Example


Text Example

White with #BD25D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD25D5; }

 p { color: rgb(189,37,213); }

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

background-color css

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

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

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

border-color css

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

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

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