Html Css Color HEX #BD09C0 Deep Magenta

📋 copy color: '#BD09C0'

red 189 ◦ green 9 ◦ blue 192

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

Shades of Deep Magenta #BD09C0

Tints of Deep Magenta #BD09C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.23%

R = 48.46%
G = 2.31%
B = 49.23%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD09C0 (or 0xBD09C0) is known color: Deep Magenta. HEX triplet: BD, 09 and C0. RGB value is (189,9,192). Sum of RGB (Red+Green+Blue) = 189+9+192=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD09C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD09C0 is #42F63F. Grayscale: #535353. Windows color (decimal): -4388416 or 12585405. OLE color: 12585405.

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

Color convert

RGB 189 9 192 -
CMYK 0.02 0.95 0 0.25
HSL 299.02º 0.91% 0.39% -
HSV(B) 299.02º 0.95% 0.75% -
XYZ 30.6 14.82 51.12 -
YUV 83.68 189.13 203.12 -
System Red Green Blue C M Y K H S L
Decimal 189 9 192 0.02 0.95 0 0.25 299.02 0.91 0.39
Hex BD 9 C0 2 5F 0 19 12B 5B 27
Octal 275 11 300 2 137 0 31 453 133 47
Binary 10111101 1001 11000000 10 1011111 0 11001 100101011 1011011 100111

Color Harmonies of #BD09C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD09C0

Black with #BD09C0

Text Example


Text Example

White with #BD09C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD09C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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