Html Css Color HEX #BC51BB Fuchsia

📋 copy color: '#BC51BB'

red 188 ◦ green 81 ◦ blue 187

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

Shades of Fuchsia #BC51BB

Tints of Fuchsia #BC51BB

RGB

 RED value IS 188 (73.83% from 255) = 41.23%

 GREEN value IS 81 (32.03% from 255) = 17.76%

 BLUE value IS 187 (73.44% from 255) = 41.01%

R = 41.23%
G = 17.76%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC51BB (or 0xBC51BB) is known color: Fuchsia. HEX triplet: BC, 51 and BB. RGB value is (188,81,187). Sum of RGB (Red+Green+Blue) = 188+81+187=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51BB is #43AE44. Grayscale: #7C7C7C. Windows color (decimal): -4435525 or 12276156. OLE color: 12276156.

HSL color Cylindrical-coordinate representation of color #BC51BB: hue angle of 300.56º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC51BB is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 81 187 -
CMYK 0 0.57 0.01 0.26
HSL 300.56º 0.44% 0.53% -
HSV(B) 300.56º 0.57% 0.74% -
XYZ 32.65 20.16 49.18 -
YUV 125.08 162.95 172.88 -
System Red Green Blue C M Y K H S L
Decimal 188 81 187 0 0.57 0.01 0.26 300.56 0.44 0.53
Hex BC 51 BB 0 39 1 1A 12D 2C 35
Octal 274 121 273 0 71 1 32 455 54 65
Binary 10111100 1010001 10111011 0 111001 1 11010 100101101 101100 110101

Color Harmonies of #BC51BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51BB

Black with #BC51BB

Text Example


Text Example

White with #BC51BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51BB; }

 p { color: rgb(188,81,187); }

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

background-color css

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

 a { background-color: rgb(188,81,187); }

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

border-color css

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

 span { border-color: rgb(188,81,187); }

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