Html Css Color HEX #BB55BE Fuchsia

📋 copy color: '#BB55BE'

red 187 ◦ green 85 ◦ blue 190

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

Shades of Fuchsia #BB55BE

Tints of Fuchsia #BB55BE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.4%

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

R = 40.48%
G = 18.4%
B = 41.13%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB55BE (or 0xBB55BE) is known color: Fuchsia. HEX triplet: BB, 55 and BE. RGB value is (187,85,190). Sum of RGB (Red+Green+Blue) = 187+85+190=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB55BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55BE is #44AA41. Grayscale: #7F7F7F. Windows color (decimal): -4500034 or 12473787. OLE color: 12473787.

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

Color convert

RGB 187 85 190 -
CMYK 0.02 0.55 0 0.25
HSL 298.29º 0.45% 0.54% -
HSV(B) 298.29º 0.55% 0.75% -
XYZ 33.04 20.78 50.98 -
YUV 127.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 187 85 190 0.02 0.55 0 0.25 298.29 0.45 0.54
Hex BB 55 BE 2 37 0 19 12A 2D 36
Octal 273 125 276 2 67 0 31 452 55 66
Binary 10111011 1010101 10111110 10 110111 0 11001 100101010 101101 110110

Color Harmonies of #BB55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB55BE

Black with #BB55BE

Text Example


Text Example

White with #BB55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB55BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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