Html Css Color HEX #BD09CB Deep Magenta

📋 copy color: '#BD09CB'

red 189 ◦ green 9 ◦ blue 203

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

Shades of Deep Magenta #BD09CB

Tints of Deep Magenta #BD09CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.62%

R = 47.13%
G = 2.24%
B = 50.62%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD09CB (or 0xBD09CB) is known color: Deep Magenta. HEX triplet: BD, 09 and CB. RGB value is (189,9,203). Sum of RGB (Red+Green+Blue) = 189+9+203=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD09CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD09CB is #42F634. Grayscale: #545454. Windows color (decimal): -4388405 or 13306301. OLE color: 13306301.

HSL color Cylindrical-coordinate representation of color #BD09CB: hue angle of 295.67º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD09CB is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 9 203 -
CMYK 0.07 0.96 0 0.20
HSL 295.67º 0.92% 0.42% -
HSV(B) 295.67º 0.96% 0.8% -
XYZ 31.86 15.33 57.78 -
YUV 84.94 194.63 202.23 -
System Red Green Blue C M Y K H S L
Decimal 189 9 203 0.07 0.96 0 0.20 295.67 0.92 0.42
Hex BD 9 CB 7 60 0 14 128 5C 2A
Octal 275 11 313 7 140 0 24 450 134 52
Binary 10111101 1001 11001011 111 1100000 0 10100 100101000 1011100 101010

Color Harmonies of #BD09CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD09CB

Black with #BD09CB

Text Example


Text Example

White with #BD09CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD09CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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