Html Css Color HEX #BD09B2 Deep Magenta

📋 copy color: '#BD09B2'

red 189 ◦ green 9 ◦ blue 178

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

Shades of Deep Magenta #BD09B2

Tints of Deep Magenta #BD09B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.34%

R = 50.27%
G = 2.39%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD09B2 (or 0xBD09B2) is known color: Deep Magenta. HEX triplet: BD, 09 and B2. RGB value is (189,9,178). Sum of RGB (Red+Green+Blue) = 189+9+178=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD09B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD09B2 is #42F64D. Grayscale: #515151. Windows color (decimal): -4388430 or 11667901. OLE color: 11667901.

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

Color convert

RGB 189 9 178 -
CMYK 0 0.95 0.06 0.26
HSL 303.67º 0.91% 0.39% -
HSV(B) 303.67º 0.95% 0.74% -
XYZ 29.12 14.23 43.33 -
YUV 82.09 182.13 204.26 -
System Red Green Blue C M Y K H S L
Decimal 189 9 178 0 0.95 0.06 0.26 303.67 0.91 0.39
Hex BD 9 B2 0 5F 6 1A 130 5B 27
Octal 275 11 262 0 137 6 32 460 133 47
Binary 10111101 1001 10110010 0 1011111 110 11010 100110000 1011011 100111

Color Harmonies of #BD09B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD09B2

Black with #BD09B2

Text Example


Text Example

White with #BD09B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD09B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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