Html Css Color HEX #BB59C1 Fuchsia

📋 copy color: '#BB59C1'

red 187 ◦ green 89 ◦ blue 193

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

Shades of Fuchsia #BB59C1

Tints of Fuchsia #BB59C1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.98%

 BLUE value IS 193 (75.78% from 255) = 41.15%

R = 39.87%
G = 18.98%
B = 41.15%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB59C1 (or 0xBB59C1) is known color: Fuchsia. HEX triplet: BB, 59 and C1. RGB value is (187,89,193). Sum of RGB (Red+Green+Blue) = 187+89+193=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB59C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB59C1 is #44A63E. Grayscale: #818181. Windows color (decimal): -4499007 or 12671419. OLE color: 12671419.

HSL color Cylindrical-coordinate representation of color #BB59C1: hue angle of 296.54º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB59C1 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 89 193 -
CMYK 0.03 0.54 0 0.24
HSL 296.54º 0.46% 0.55% -
HSV(B) 296.54º 0.54% 0.76% -
XYZ 33.69 21.56 52.84 -
YUV 130.16 163.47 168.54 -
System Red Green Blue C M Y K H S L
Decimal 187 89 193 0.03 0.54 0 0.24 296.54 0.46 0.55
Hex BB 59 C1 3 36 0 18 129 2E 37
Octal 273 131 301 3 66 0 30 451 56 67
Binary 10111011 1011001 11000001 11 110110 0 11000 100101001 101110 110111

Color Harmonies of #BB59C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB59C1

Black with #BB59C1

Text Example


Text Example

White with #BB59C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB59C1; }

 p { color: rgb(187,89,193); }

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

background-color css

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

 a { background-color: rgb(187,89,193); }

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

border-color css

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

 span { border-color: rgb(187,89,193); }

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