Html Css Color HEX #BD0EBC Deep Magenta

📋 copy color: '#BD0EBC'

red 189 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #BD0EBC

Tints of Deep Magenta #BD0EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 48.34%
G = 3.58%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD0EBC (or 0xBD0EBC) is known color: Deep Magenta. HEX triplet: BD, 0E and BC. RGB value is (189,14,188). Sum of RGB (Red+Green+Blue) = 189+14+188=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0EBC is #42F143. Grayscale: #555555. Windows color (decimal): -4387140 or 12324541. OLE color: 12324541.

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

Color convert

RGB 189 14 188 -
CMYK 0 0.93 0.01 0.26
HSL 300.34º 0.86% 0.4% -
HSV(B) 300.34º 0.93% 0.74% -
XYZ 30.22 14.76 48.83 -
YUV 86.16 185.48 201.35 -
System Red Green Blue C M Y K H S L
Decimal 189 14 188 0 0.93 0.01 0.26 300.34 0.86 0.4
Hex BD E BC 0 5D 1 1A 12C 56 28
Octal 275 16 274 0 135 1 32 454 126 50
Binary 10111101 1110 10111100 0 1011101 1 11010 100101100 1010110 101000

Color Harmonies of #BD0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0EBC

Black with #BD0EBC

Text Example


Text Example

White with #BD0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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