Html Css Color HEX #BD25BA Deep Magenta

📋 copy color: '#BD25BA'

red 189 ◦ green 37 ◦ blue 186

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

Shades of Deep Magenta #BD25BA

Tints of Deep Magenta #BD25BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 45.87%
G = 8.98%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD25BA (or 0xBD25BA) is known color: Deep Magenta. HEX triplet: BD, 25 and BA. RGB value is (189,37,186). Sum of RGB (Red+Green+Blue) = 189+37+186=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD25BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD25BA is #42DA45. Grayscale: #626262. Windows color (decimal): -4381254 or 12199357. OLE color: 12199357.

HSL color Cylindrical-coordinate representation of color #BD25BA: hue angle of 301.18º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD25BA is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 37 186 -
CMYK 0 0.80 0.02 0.26
HSL 301.18º 0.67% 0.44% -
HSV(B) 301.18º 0.8% 0.74% -
XYZ 30.51 15.69 47.87 -
YUV 99.43 176.86 191.88 -
System Red Green Blue C M Y K H S L
Decimal 189 37 186 0 0.80 0.02 0.26 301.18 0.67 0.44
Hex BD 25 BA 0 50 2 1A 12D 43 2C
Octal 275 45 272 0 120 2 32 455 103 54
Binary 10111101 100101 10111010 0 1010000 10 11010 100101101 1000011 101100

Color Harmonies of #BD25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD25BA

Black with #BD25BA

Text Example


Text Example

White with #BD25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD25BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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