Html Css Color HEX #BD1FBC Deep Magenta

📋 copy color: '#BD1FBC'

red 189 ◦ green 31 ◦ blue 188

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

Shades of Deep Magenta #BD1FBC

Tints of Deep Magenta #BD1FBC

RGB

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

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

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

R = 46.32%
G = 7.6%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD1FBC (or 0xBD1FBC) is known color: Deep Magenta. HEX triplet: BD, 1F and BC. RGB value is (189,31,188). Sum of RGB (Red+Green+Blue) = 189+31+188=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1FBC is #42E043. Grayscale: #5F5F5F. Windows color (decimal): -4382788 or 12328893. OLE color: 12328893.

HSL color Cylindrical-coordinate representation of color #BD1FBC: hue angle of 300.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1FBC is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 31 188 -
CMYK 0 0.84 0.01 0.26
HSL 300.38º 0.72% 0.43% -
HSV(B) 300.38º 0.84% 0.74% -
XYZ 30.55 15.43 48.94 -
YUV 96.14 179.85 194.23 -
System Red Green Blue C M Y K H S L
Decimal 189 31 188 0 0.84 0.01 0.26 300.38 0.72 0.43
Hex BD 1F BC 0 54 1 1A 12C 48 2B
Octal 275 37 274 0 124 1 32 454 110 53
Binary 10111101 11111 10111100 0 1010100 1 11010 100101100 1001000 101011

Color Harmonies of #BD1FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1FBC

Black with #BD1FBC

Text Example


Text Example

White with #BD1FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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