Html Css Color HEX #BB0FBA Deep Magenta

📋 copy color: '#BB0FBA'

red 187 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #BB0FBA

Tints of Deep Magenta #BB0FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.87%

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

R = 48.2%
G = 3.87%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB0FBA (or 0xBB0FBA) is known color: Deep Magenta. HEX triplet: BB, 0F and BA. RGB value is (187,15,186). Sum of RGB (Red+Green+Blue) = 187+15+186=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0FBA is #44F045. Grayscale: #555555. Windows color (decimal): -4517958 or 12193723. OLE color: 12193723.

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

Color convert

RGB 187 15 186 -
CMYK 0 0.92 0.01 0.27
HSL 300.35º 0.85% 0.4% -
HSV(B) 300.35º 0.92% 0.73% -
XYZ 29.53 14.45 47.69 -
YUV 85.92 184.48 200.1 -
System Red Green Blue C M Y K H S L
Decimal 187 15 186 0 0.92 0.01 0.27 300.35 0.85 0.4
Hex BB F BA 0 5C 1 1B 12C 55 28
Octal 273 17 272 0 134 1 33 454 125 50
Binary 10111011 1111 10111010 0 1011100 1 11011 100101100 1010101 101000

Color Harmonies of #BB0FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0FBA

Black with #BB0FBA

Text Example


Text Example

White with #BB0FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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