Html Css Color HEX #BD0FCF Deep Magenta

📋 copy color: '#BD0FCF'

red 189 ◦ green 15 ◦ blue 207

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

Shades of Deep Magenta #BD0FCF

Tints of Deep Magenta #BD0FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 45.99%
G = 3.65%
B = 50.36%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD0FCF (or 0xBD0FCF) is known color: Deep Magenta. HEX triplet: BD, 0F and CF. RGB value is (189,15,207). Sum of RGB (Red+Green+Blue) = 189+15+207=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD0FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FCF is #42F030. Grayscale: #585858. Windows color (decimal): -4386865 or 13569981. OLE color: 13569981.

HSL color Cylindrical-coordinate representation of color #BD0FCF: hue angle of 294.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0FCF is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 15 207 -
CMYK 0.09 0.93 0 0.19
HSL 294.38º 0.86% 0.44% -
HSV(B) 294.38º 0.93% 0.81% -
XYZ 32.42 15.67 60.35 -
YUV 88.91 194.65 199.39 -
System Red Green Blue C M Y K H S L
Decimal 189 15 207 0.09 0.93 0 0.19 294.38 0.86 0.44
Hex BD F CF 9 5D 0 13 126 56 2C
Octal 275 17 317 11 135 0 23 446 126 54
Binary 10111101 1111 11001111 1001 1011101 0 10011 100100110 1010110 101100

Color Harmonies of #BD0FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0FCF

Black with #BD0FCF

Text Example


Text Example

White with #BD0FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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