Html Css Color HEX #BB1FBA Deep Magenta

📋 copy color: '#BB1FBA'

red 187 ◦ green 31 ◦ blue 186

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

Shades of Deep Magenta #BB1FBA

Tints of Deep Magenta #BB1FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 46.29%
G = 7.67%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB1FBA (or 0xBB1FBA) is known color: Deep Magenta. HEX triplet: BB, 1F and BA. RGB value is (187,31,186). Sum of RGB (Red+Green+Blue) = 187+31+186=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1FBA is #44E045. Grayscale: #5E5E5E. Windows color (decimal): -4513862 or 12197819. OLE color: 12197819.

HSL color Cylindrical-coordinate representation of color #BB1FBA: hue angle of 300.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB1FBA is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 31 186 -
CMYK 0 0.83 0.01 0.27
HSL 300.38º 0.72% 0.43% -
HSV(B) 300.38º 0.83% 0.73% -
XYZ 29.85 15.09 47.79 -
YUV 95.31 179.18 193.4 -
System Red Green Blue C M Y K H S L
Decimal 187 31 186 0 0.83 0.01 0.27 300.38 0.72 0.43
Hex BB 1F BA 0 53 1 1B 12C 48 2B
Octal 273 37 272 0 123 1 33 454 110 53
Binary 10111011 11111 10111010 0 1010011 1 11011 100101100 1001000 101011

Color Harmonies of #BB1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1FBA

Black with #BB1FBA

Text Example


Text Example

White with #BB1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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