Html Css Color HEX #BD0DBB Deep Magenta

📋 copy color: '#BD0DBB'

red 189 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #BD0DBB

Tints of Deep Magenta #BD0DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.34%

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

R = 48.59%
G = 3.34%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD0DBB (or 0xBD0DBB) is known color: Deep Magenta. HEX triplet: BD, 0D and BB. RGB value is (189,13,187). Sum of RGB (Red+Green+Blue) = 189+13+187=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0DBB is #42F244. Grayscale: #545454. Windows color (decimal): -4387397 or 12258749. OLE color: 12258749.

HSL color Cylindrical-coordinate representation of color #BD0DBB: hue angle of 300.68º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0DBB is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 13 187 -
CMYK 0 0.93 0.01 0.26
HSL 300.68º 0.87% 0.4% -
HSV(B) 300.68º 0.93% 0.74% -
XYZ 30.1 14.69 48.26 -
YUV 85.46 185.31 201.85 -
System Red Green Blue C M Y K H S L
Decimal 189 13 187 0 0.93 0.01 0.26 300.68 0.87 0.4
Hex BD D BB 0 5D 1 1A 12D 57 28
Octal 275 15 273 0 135 1 32 455 127 50
Binary 10111101 1101 10111011 0 1011101 1 11010 100101101 1010111 101000

Color Harmonies of #BD0DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0DBB

Black with #BD0DBB

Text Example


Text Example

White with #BD0DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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