Html Css Color HEX #BD1FCB Deep Magenta

📋 copy color: '#BD1FCB'

red 189 ◦ green 31 ◦ blue 203

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

Shades of Deep Magenta #BD1FCB

Tints of Deep Magenta #BD1FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 44.68%
G = 7.33%
B = 47.99%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD1FCB (or 0xBD1FCB) is known color: Deep Magenta. HEX triplet: BD, 1F and CB. RGB value is (189,31,203). Sum of RGB (Red+Green+Blue) = 189+31+203=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD1FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1FCB is #42E034. Grayscale: #616161. Windows color (decimal): -4382773 or 13311933. OLE color: 13311933.

HSL color Cylindrical-coordinate representation of color #BD1FCB: hue angle of 295.12º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1FCB is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 31 203 -
CMYK 0.07 0.85 0 0.20
HSL 295.12º 0.74% 0.46% -
HSV(B) 295.12º 0.85% 0.8% -
XYZ 32.26 16.11 57.91 -
YUV 97.85 187.35 193.01 -
System Red Green Blue C M Y K H S L
Decimal 189 31 203 0.07 0.85 0 0.20 295.12 0.74 0.46
Hex BD 1F CB 7 55 0 14 127 4A 2E
Octal 275 37 313 7 125 0 24 447 112 56
Binary 10111101 11111 11001011 111 1010101 0 10100 100100111 1001010 101110

Color Harmonies of #BD1FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1FCB

Black with #BD1FCB

Text Example


Text Example

White with #BD1FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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