Html Css Color HEX #BD10B1 Deep Magenta

📋 copy color: '#BD10B1'

red 189 ◦ green 16 ◦ blue 177

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

Shades of Deep Magenta #BD10B1

Tints of Deep Magenta #BD10B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.34%

R = 49.48%
G = 4.19%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD10B1 (or 0xBD10B1) is known color: Deep Magenta. HEX triplet: BD, 10 and B1. RGB value is (189,16,177). Sum of RGB (Red+Green+Blue) = 189+16+177=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD10B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD10B1 is #42EF4E. Grayscale: #555555. Windows color (decimal): -4386639 or 11604157. OLE color: 11604157.

HSL color Cylindrical-coordinate representation of color #BD10B1: hue angle of 304.16º 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 #BD10B1 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 16 177 -
CMYK 0 0.92 0.06 0.26
HSL 304.16º 0.84% 0.4% -
HSV(B) 304.16º 0.92% 0.74% -
XYZ 29.11 14.36 42.83 -
YUV 86.08 179.31 201.41 -
System Red Green Blue C M Y K H S L
Decimal 189 16 177 0 0.92 0.06 0.26 304.16 0.84 0.4
Hex BD 10 B1 0 5C 6 1A 130 54 28
Octal 275 20 261 0 134 6 32 460 124 50
Binary 10111101 10000 10110001 0 1011100 110 11010 100110000 1010100 101000

Color Harmonies of #BD10B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD10B1

Black with #BD10B1

Text Example


Text Example

White with #BD10B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD10B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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