Html Css Color HEX #BD25BB Deep Magenta

📋 copy color: '#BD25BB'

red 189 ◦ green 37 ◦ blue 187

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

Shades of Deep Magenta #BD25BB

Tints of Deep Magenta #BD25BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 45.76%
G = 8.96%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD25BB (or 0xBD25BB) is known color: Deep Magenta. HEX triplet: BD, 25 and BB. RGB value is (189,37,187). Sum of RGB (Red+Green+Blue) = 189+37+187=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD25BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD25BB is #42DA44. Grayscale: #636363. Windows color (decimal): -4381253 or 12264893. OLE color: 12264893.

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

Color convert

RGB 189 37 187 -
CMYK 0 0.80 0.01 0.26
HSL 300.79º 0.67% 0.44% -
HSV(B) 300.79º 0.8% 0.74% -
XYZ 30.62 15.73 48.44 -
YUV 99.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 189 37 187 0 0.80 0.01 0.26 300.79 0.67 0.44
Hex BD 25 BB 0 50 1 1A 12D 43 2C
Octal 275 45 273 0 120 1 32 455 103 54
Binary 10111101 100101 10111011 0 1010000 1 11010 100101101 1000011 101100

Color Harmonies of #BD25BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD25BB

Black with #BD25BB

Text Example


Text Example

White with #BD25BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD25BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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