Html Css Color HEX #BD1EBB Deep Magenta

📋 copy color: '#BD1EBB'

red 189 ◦ green 30 ◦ blue 187

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

Shades of Deep Magenta #BD1EBB

Tints of Deep Magenta #BD1EBB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.39%

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

R = 46.55%
G = 7.39%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD1EBB (or 0xBD1EBB) is known color: Deep Magenta. HEX triplet: BD, 1E and BB. RGB value is (189,30,187). Sum of RGB (Red+Green+Blue) = 189+30+187=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1EBB is #42E144. Grayscale: #5E5E5E. Windows color (decimal): -4383045 or 12263101. OLE color: 12263101.

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

Color convert

RGB 189 30 187 -
CMYK 0 0.84 0.01 0.26
HSL 300.75º 0.73% 0.43% -
HSV(B) 300.75º 0.84% 0.74% -
XYZ 30.42 15.34 48.37 -
YUV 95.44 179.68 194.73 -
System Red Green Blue C M Y K H S L
Decimal 189 30 187 0 0.84 0.01 0.26 300.75 0.73 0.43
Hex BD 1E BB 0 54 1 1A 12D 49 2B
Octal 275 36 273 0 124 1 32 455 111 53
Binary 10111101 11110 10111011 0 1010100 1 11010 100101101 1001001 101011

Color Harmonies of #BD1EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1EBB

Black with #BD1EBB

Text Example


Text Example

White with #BD1EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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