Html Css Color HEX #BD1CBF Deep Magenta

📋 copy color: '#BD1CBF'

red 189 ◦ green 28 ◦ blue 191

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

Shades of Deep Magenta #BD1CBF

Tints of Deep Magenta #BD1CBF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.86%

 BLUE value IS 191 (75% from 255) = 46.81%

R = 46.32%
G = 6.86%
B = 46.81%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD1CBF (or 0xBD1CBF) is known color: Deep Magenta. HEX triplet: BD, 1C and BF. RGB value is (189,28,191). Sum of RGB (Red+Green+Blue) = 189+28+191=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD1CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1CBF is #42E340. Grayscale: #5E5E5E. Windows color (decimal): -4383553 or 12524733. OLE color: 12524733.

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

Color convert

RGB 189 28 191 -
CMYK 0.01 0.85 0 0.25
HSL 299.26º 0.74% 0.43% -
HSV(B) 299.26º 0.85% 0.75% -
XYZ 30.81 15.41 50.64 -
YUV 94.72 182.34 195.25 -
System Red Green Blue C M Y K H S L
Decimal 189 28 191 0.01 0.85 0 0.25 299.26 0.74 0.43
Hex BD 1C BF 1 55 0 19 12B 4A 2B
Octal 275 34 277 1 125 0 31 453 112 53
Binary 10111101 11100 10111111 1 1010101 0 11001 100101011 1001010 101011

Color Harmonies of #BD1CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1CBF

Black with #BD1CBF

Text Example


Text Example

White with #BD1CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1CBF; }

 p { color: rgb(189,28,191); }

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

background-color css

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

 a { background-color: rgb(189,28,191); }

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

border-color css

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

 span { border-color: rgb(189,28,191); }

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