Html Css Color HEX #BD10BF Deep Magenta

📋 copy color: '#BD10BF'

red 189 ◦ green 16 ◦ blue 191

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

Shades of Deep Magenta #BD10BF

Tints of Deep Magenta #BD10BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.23%

R = 47.73%
G = 4.04%
B = 48.23%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD10BF (or 0xBD10BF) is known color: Deep Magenta. HEX triplet: BD, 10 and BF. RGB value is (189,16,191). Sum of RGB (Red+Green+Blue) = 189+16+191=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD10BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD10BF is #42EF40. Grayscale: #575757. Windows color (decimal): -4386625 or 12521661. OLE color: 12521661.

HSL color Cylindrical-coordinate representation of color #BD10BF: hue angle of 299.31º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD10BF is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 16 191 -
CMYK 0.01 0.92 0 0.25
HSL 299.31º 0.85% 0.41% -
HSV(B) 299.31º 0.92% 0.75% -
XYZ 30.58 14.95 50.56 -
YUV 87.68 186.31 200.27 -
System Red Green Blue C M Y K H S L
Decimal 189 16 191 0.01 0.92 0 0.25 299.31 0.85 0.41
Hex BD 10 BF 1 5C 0 19 12B 55 29
Octal 275 20 277 1 134 0 31 453 125 51
Binary 10111101 10000 10111111 1 1011100 0 11001 100101011 1010101 101001

Color Harmonies of #BD10BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD10BF

Black with #BD10BF

Text Example


Text Example

White with #BD10BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD10BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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