Html Css Color HEX #BB1FCB Deep Magenta

📋 copy color: '#BB1FCB'

red 187 ◦ green 31 ◦ blue 203

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

Shades of Deep Magenta #BB1FCB

Tints of Deep Magenta #BB1FCB

RGB

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

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

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

R = 44.42%
G = 7.36%
B = 48.22%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB1FCB (or 0xBB1FCB) is known color: Deep Magenta. HEX triplet: BB, 1F and CB. RGB value is (187,31,203). Sum of RGB (Red+Green+Blue) = 187+31+203=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB1FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1FCB is #44E034. Grayscale: #606060. Windows color (decimal): -4513845 or 13311931. OLE color: 13311931.

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

Color convert

RGB 187 31 203 -
CMYK 0.08 0.85 0 0.20
HSL 294.42º 0.74% 0.46% -
HSV(B) 294.42º 0.85% 0.8% -
XYZ 31.76 15.86 57.89 -
YUV 97.25 187.68 192.01 -
System Red Green Blue C M Y K H S L
Decimal 187 31 203 0.08 0.85 0 0.20 294.42 0.74 0.46
Hex BB 1F CB 8 55 0 14 126 4A 2E
Octal 273 37 313 10 125 0 24 446 112 56
Binary 10111011 11111 11001011 1000 1010101 0 10100 100100110 1001010 101110

Color Harmonies of #BB1FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1FCB

Black with #BB1FCB

Text Example


Text Example

White with #BB1FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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