Html Css Color HEX #BD0FBC Deep Magenta

📋 copy color: '#BD0FBC'

red 189 ◦ green 15 ◦ blue 188

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

Shades of Deep Magenta #BD0FBC

Tints of Deep Magenta #BD0FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.83%

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

R = 48.21%
G = 3.83%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD0FBC (or 0xBD0FBC) is known color: Deep Magenta. HEX triplet: BD, 0F and BC. RGB value is (189,15,188). Sum of RGB (Red+Green+Blue) = 189+15+188=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FBC is #42F043. Grayscale: #565656. Windows color (decimal): -4386884 or 12324797. OLE color: 12324797.

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

Color convert

RGB 189 15 188 -
CMYK 0 0.92 0.01 0.26
HSL 300.34º 0.85% 0.4% -
HSV(B) 300.34º 0.92% 0.74% -
XYZ 30.23 14.79 48.84 -
YUV 86.75 185.15 200.93 -
System Red Green Blue C M Y K H S L
Decimal 189 15 188 0 0.92 0.01 0.26 300.34 0.85 0.4
Hex BD F BC 0 5C 1 1A 12C 55 28
Octal 275 17 274 0 134 1 32 454 125 50
Binary 10111101 1111 10111100 0 1011100 1 11010 100101100 1010101 101000

Color Harmonies of #BD0FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0FBC

Black with #BD0FBC

Text Example


Text Example

White with #BD0FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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