Html Css Color HEX #BB50BF Fuchsia

📋 copy color: '#BB50BF'

red 187 ◦ green 80 ◦ blue 191

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

Shades of Fuchsia #BB50BF

Tints of Fuchsia #BB50BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.47%

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

R = 40.83%
G = 17.47%
B = 41.7%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB50BF (or 0xBB50BF) is known color: Fuchsia. HEX triplet: BB, 50 and BF. RGB value is (187,80,191). Sum of RGB (Red+Green+Blue) = 187+80+191=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB50BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50BF is #44AF40. Grayscale: #7C7C7C. Windows color (decimal): -4501313 or 12538043. OLE color: 12538043.

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

Color convert

RGB 187 80 191 -
CMYK 0.02 0.58 0 0.25
HSL 297.84º 0.46% 0.53% -
HSV(B) 297.84º 0.58% 0.75% -
XYZ 32.77 20.06 51.44 -
YUV 124.65 165.45 172.47 -
System Red Green Blue C M Y K H S L
Decimal 187 80 191 0.02 0.58 0 0.25 297.84 0.46 0.53
Hex BB 50 BF 2 3A 0 19 12A 2E 35
Octal 273 120 277 2 72 0 31 452 56 65
Binary 10111011 1010000 10111111 10 111010 0 11001 100101010 101110 110101

Color Harmonies of #BB50BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50BF

Black with #BB50BF

Text Example


Text Example

White with #BB50BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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