Html Css Color HEX #BB1FCD Deep Magenta

📋 copy color: '#BB1FCD'

red 187 ◦ green 31 ◦ blue 205

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

Shades of Deep Magenta #BB1FCD

Tints of Deep Magenta #BB1FCD

RGB

 RED value IS 187 (73.44% from 255) = 44.21%

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 44.21%
G = 7.33%
B = 48.46%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB1FCD (or 0xBB1FCD) is known color: Deep Magenta. HEX triplet: BB, 1F and CD. RGB value is (187,31,205). Sum of RGB (Red+Green+Blue) = 187+31+205=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB1FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1FCD is #44E032. Grayscale: #606060. Windows color (decimal): -4513843 or 13443003. OLE color: 13443003.

HSL color Cylindrical-coordinate representation of color #BB1FCD: hue angle of 293.79º 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 #BB1FCD is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 31 205 -
CMYK 0.09 0.85 0 0.20
HSL 293.79º 0.74% 0.46% -
HSV(B) 293.79º 0.85% 0.8% -
XYZ 32 15.95 59.15 -
YUV 97.48 188.68 191.85 -
System Red Green Blue C M Y K H S L
Decimal 187 31 205 0.09 0.85 0 0.20 293.79 0.74 0.46
Hex BB 1F CD 9 55 0 14 126 4A 2E
Octal 273 37 315 11 125 0 24 446 112 56
Binary 10111011 11111 11001101 1001 1010101 0 10100 100100110 1001010 101110

Color Harmonies of #BB1FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1FCD

Black with #BB1FCD

Text Example


Text Example

White with #BB1FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1FCD; }

 p { color: rgb(187,31,205); }

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

background-color css

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

 a { background-color: rgb(187,31,205); }

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

border-color css

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

 span { border-color: rgb(187,31,205); }

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