Html Css Color HEX #BD0EBF Deep Magenta

📋 copy color: '#BD0EBF'

red 189 ◦ green 14 ◦ blue 191

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

Shades of Deep Magenta #BD0EBF

Tints of Deep Magenta #BD0EBF

RGB

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

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

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

R = 47.97%
G = 3.55%
B = 48.48%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD0EBF (or 0xBD0EBF) is known color: Deep Magenta. HEX triplet: BD, 0E and BF. RGB value is (189,14,191). Sum of RGB (Red+Green+Blue) = 189+14+191=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD0EBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0EBF is #42F140. Grayscale: #555555. Windows color (decimal): -4387137 or 12521149. OLE color: 12521149.

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

Color convert

RGB 189 14 191 -
CMYK 0.01 0.93 0 0.25
HSL 299.32º 0.86% 0.4% -
HSV(B) 299.32º 0.93% 0.75% -
XYZ 30.55 14.89 50.56 -
YUV 86.5 186.98 201.11 -
System Red Green Blue C M Y K H S L
Decimal 189 14 191 0.01 0.93 0 0.25 299.32 0.86 0.4
Hex BD E BF 1 5D 0 19 12B 56 28
Octal 275 16 277 1 135 0 31 453 126 50
Binary 10111101 1110 10111111 1 1011101 0 11001 100101011 1010110 101000

Color Harmonies of #BD0EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0EBF

Black with #BD0EBF

Text Example


Text Example

White with #BD0EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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