Html Css Color HEX #BD1FCF Deep Magenta

📋 copy color: '#BD1FCF'

red 189 ◦ green 31 ◦ blue 207

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

Shades of Deep Magenta #BD1FCF

Tints of Deep Magenta #BD1FCF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.26%

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

R = 44.26%
G = 7.26%
B = 48.48%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD1FCF (or 0xBD1FCF) is known color: Deep Magenta. HEX triplet: BD, 1F and CF. RGB value is (189,31,207). Sum of RGB (Red+Green+Blue) = 189+31+207=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD1FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1FCF is #42E030. Grayscale: #616161. Windows color (decimal): -4382769 or 13574077. OLE color: 13574077.

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

Color convert

RGB 189 31 207 -
CMYK 0.09 0.85 0 0.19
HSL 293.86º 0.74% 0.47% -
HSV(B) 293.86º 0.85% 0.81% -
XYZ 32.74 16.3 60.45 -
YUV 98.31 189.35 192.69 -
System Red Green Blue C M Y K H S L
Decimal 189 31 207 0.09 0.85 0 0.19 293.86 0.74 0.47
Hex BD 1F CF 9 55 0 13 126 4A 2F
Octal 275 37 317 11 125 0 23 446 112 57
Binary 10111101 11111 11001111 1001 1010101 0 10011 100100110 1001010 101111

Color Harmonies of #BD1FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1FCF

Black with #BD1FCF

Text Example


Text Example

White with #BD1FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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