Html Css Color HEX #BD09B9 Deep Magenta

📋 copy color: '#BD09B9'

red 189 ◦ green 9 ◦ blue 185

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

Shades of Deep Magenta #BD09B9

Tints of Deep Magenta #BD09B9

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.35%

 BLUE value IS 185 (72.66% from 255) = 48.3%

R = 49.35%
G = 2.35%
B = 48.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD09B9 (or 0xBD09B9) is known color: Deep Magenta. HEX triplet: BD, 09 and B9. RGB value is (189,9,185). Sum of RGB (Red+Green+Blue) = 189+9+185=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD09B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD09B9 is #42F646. Grayscale: #525252. Windows color (decimal): -4388423 or 12126653. OLE color: 12126653.

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

Color convert

RGB 189 9 185 -
CMYK 0 0.95 0.02 0.26
HSL 301.33º 0.91% 0.39% -
HSV(B) 301.33º 0.95% 0.74% -
XYZ 29.84 14.52 47.13 -
YUV 82.88 185.63 203.69 -
System Red Green Blue C M Y K H S L
Decimal 189 9 185 0 0.95 0.02 0.26 301.33 0.91 0.39
Hex BD 9 B9 0 5F 2 1A 12D 5B 27
Octal 275 11 271 0 137 2 32 455 133 47
Binary 10111101 1001 10111001 0 1011111 10 11010 100101101 1011011 100111

Color Harmonies of #BD09B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD09B9

Black with #BD09B9

Text Example


Text Example

White with #BD09B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD09B9; }

 p { color: rgb(189,9,185); }

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

background-color css

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

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

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

border-color css

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

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

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