Html Css Color HEX #BD25B5 Deep Magenta

📋 copy color: '#BD25B5'

red 189 ◦ green 37 ◦ blue 181

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

Shades of Deep Magenta #BD25B5

Tints of Deep Magenta #BD25B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.47%

R = 46.44%
G = 9.09%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BD25B5 (or 0xBD25B5) is known color: Deep Magenta. HEX triplet: BD, 25 and B5. RGB value is (189,37,181). Sum of RGB (Red+Green+Blue) = 189+37+181=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD25B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD25B5 is #42DA4A. Grayscale: #626262. Windows color (decimal): -4381259 or 11871677. OLE color: 11871677.

HSL color Cylindrical-coordinate representation of color #BD25B5: hue angle of 303.16º 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 #BD25B5 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 37 181 -
CMYK 0 0.80 0.04 0.26
HSL 303.16º 0.67% 0.44% -
HSV(B) 303.16º 0.8% 0.74% -
XYZ 29.99 15.48 45.12 -
YUV 98.86 174.36 192.29 -
System Red Green Blue C M Y K H S L
Decimal 189 37 181 0 0.80 0.04 0.26 303.16 0.67 0.44
Hex BD 25 B5 0 50 4 1A 12F 43 2C
Octal 275 45 265 0 120 4 32 457 103 54
Binary 10111101 100101 10110101 0 1010000 100 11010 100101111 1000011 101100

Color Harmonies of #BD25B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD25B5

Black with #BD25B5

Text Example


Text Example

White with #BD25B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD25B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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