Html Css Color HEX #BB50BE Fuchsia

📋 copy color: '#BB50BE'

red 187 ◦ green 80 ◦ blue 190

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

Shades of Fuchsia #BB50BE

Tints of Fuchsia #BB50BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 40.92%
G = 17.51%
B = 41.58%

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

#BB50BE (or 0xBB50BE) is known color: Fuchsia. HEX triplet: BB, 50 and BE. RGB value is (187,80,190). Sum of RGB (Red+Green+Blue) = 187+80+190=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB50BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50BE is #44AF41. Grayscale: #7C7C7C. Windows color (decimal): -4501314 or 12472507. OLE color: 12472507.

HSL color Cylindrical-coordinate representation of color #BB50BE: hue angle of 298.36º 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 #BB50BE is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 80 190 -
CMYK 0.02 0.58 0 0.25
HSL 298.36º 0.46% 0.53% -
HSV(B) 298.36º 0.58% 0.75% -
XYZ 32.66 20.02 50.86 -
YUV 124.53 164.95 172.56 -
System Red Green Blue C M Y K H S L
Decimal 187 80 190 0.02 0.58 0 0.25 298.36 0.46 0.53
Hex BB 50 BE 2 3A 0 19 12A 2E 35
Octal 273 120 276 2 72 0 31 452 56 65
Binary 10111011 1010000 10111110 10 111010 0 11001 100101010 101110 110101

Color Harmonies of #BB50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50BE

Black with #BB50BE

Text Example


Text Example

White with #BB50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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