Html Css Color HEX #BD1FB4 Deep Magenta

📋 copy color: '#BD1FB4'

red 189 ◦ green 31 ◦ blue 180

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

Shades of Deep Magenta #BD1FB4

Tints of Deep Magenta #BD1FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45%

R = 47.25%
G = 7.75%
B = 45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD1FB4 (or 0xBD1FB4) is known color: Deep Magenta. HEX triplet: BD, 1F and B4. RGB value is (189,31,180). Sum of RGB (Red+Green+Blue) = 189+31+180=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1FB4 is #42E04B. Grayscale: #5E5E5E. Windows color (decimal): -4382796 or 11804605. OLE color: 11804605.

HSL color Cylindrical-coordinate representation of color #BD1FB4: hue angle of 303.42º 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 #BD1FB4 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 31 180 -
CMYK 0 0.84 0.05 0.26
HSL 303.42º 0.72% 0.43% -
HSV(B) 303.42º 0.84% 0.74% -
XYZ 29.71 15.09 44.53 -
YUV 95.23 175.85 194.88 -
System Red Green Blue C M Y K H S L
Decimal 189 31 180 0 0.84 0.05 0.26 303.42 0.72 0.43
Hex BD 1F B4 0 54 5 1A 12F 48 2B
Octal 275 37 264 0 124 5 32 457 110 53
Binary 10111101 11111 10110100 0 1010100 101 11010 100101111 1001000 101011

Color Harmonies of #BD1FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1FB4

Black with #BD1FB4

Text Example


Text Example

White with #BD1FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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