Html Css Color HEX #BD0EB1 Deep Magenta

📋 copy color: '#BD0EB1'

red 189 ◦ green 14 ◦ blue 177

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

Shades of Deep Magenta #BD0EB1

Tints of Deep Magenta #BD0EB1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.68%

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

R = 49.74%
G = 3.68%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD0EB1 (or 0xBD0EB1) is known color: Deep Magenta. HEX triplet: BD, 0E and B1. RGB value is (189,14,177). Sum of RGB (Red+Green+Blue) = 189+14+177=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0EB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0EB1 is #42F14E. Grayscale: #545454. Windows color (decimal): -4387151 or 11603645. OLE color: 11603645.

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

Color convert

RGB 189 14 177 -
CMYK 0 0.93 0.06 0.26
HSL 304.11º 0.86% 0.4% -
HSV(B) 304.11º 0.93% 0.74% -
XYZ 29.08 14.31 42.82 -
YUV 84.91 179.98 202.25 -
System Red Green Blue C M Y K H S L
Decimal 189 14 177 0 0.93 0.06 0.26 304.11 0.86 0.4
Hex BD E B1 0 5D 6 1A 130 56 28
Octal 275 16 261 0 135 6 32 460 126 50
Binary 10111101 1110 10110001 0 1011101 110 11010 100110000 1010110 101000

Color Harmonies of #BD0EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0EB1

Black with #BD0EB1

Text Example


Text Example

White with #BD0EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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