Html Css Color HEX #BD10BB Deep Magenta

📋 copy color: '#BD10BB'

red 189 ◦ green 16 ◦ blue 187

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

Shades of Deep Magenta #BD10BB

Tints of Deep Magenta #BD10BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.08%

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

R = 48.21%
G = 4.08%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD10BB (or 0xBD10BB) is known color: Deep Magenta. HEX triplet: BD, 10 and BB. RGB value is (189,16,187). Sum of RGB (Red+Green+Blue) = 189+16+187=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD10BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD10BB is #42EF44. Grayscale: #565656. Windows color (decimal): -4386629 or 12259517. OLE color: 12259517.

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

Color convert

RGB 189 16 187 -
CMYK 0 0.92 0.01 0.26
HSL 300.69º 0.84% 0.4% -
HSV(B) 300.69º 0.92% 0.74% -
XYZ 30.14 14.78 48.28 -
YUV 87.22 184.31 200.6 -
System Red Green Blue C M Y K H S L
Decimal 189 16 187 0 0.92 0.01 0.26 300.69 0.84 0.4
Hex BD 10 BB 0 5C 1 1A 12D 54 28
Octal 275 20 273 0 134 1 32 455 124 50
Binary 10111101 10000 10111011 0 1011100 1 11010 100101101 1010100 101000

Color Harmonies of #BD10BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD10BB

Black with #BD10BB

Text Example


Text Example

White with #BD10BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD10BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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