Html Css Color HEX #BB0FBF Deep Magenta

📋 copy color: '#BB0FBF'

red 187 ◦ green 15 ◦ blue 191

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

Shades of Deep Magenta #BB0FBF

Tints of Deep Magenta #BB0FBF

RGB

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

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

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

R = 47.58%
G = 3.82%
B = 48.6%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB0FBF (or 0xBB0FBF) is known color: Deep Magenta. HEX triplet: BB, 0F and BF. RGB value is (187,15,191). Sum of RGB (Red+Green+Blue) = 187+15+191=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB0FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0FBF is #44F040. Grayscale: #555555. Windows color (decimal): -4517953 or 12521403. OLE color: 12521403.

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

Color convert

RGB 187 15 191 -
CMYK 0.02 0.92 0 0.25
HSL 298.64º 0.85% 0.4% -
HSV(B) 298.64º 0.92% 0.75% -
XYZ 30.07 14.67 50.54 -
YUV 86.49 186.98 199.69 -
System Red Green Blue C M Y K H S L
Decimal 187 15 191 0.02 0.92 0 0.25 298.64 0.85 0.4
Hex BB F BF 2 5C 0 19 12B 55 28
Octal 273 17 277 2 134 0 31 453 125 50
Binary 10111011 1111 10111111 10 1011100 0 11001 100101011 1010101 101000

Color Harmonies of #BB0FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0FBF

Black with #BB0FBF

Text Example


Text Example

White with #BB0FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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