Html Css Color HEX #BC51BE Fuchsia

📋 copy color: '#BC51BE'

red 188 ◦ green 81 ◦ blue 190

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

Shades of Fuchsia #BC51BE

Tints of Fuchsia #BC51BE

RGB

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

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

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

R = 40.96%
G = 17.65%
B = 41.39%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC51BE (or 0xBC51BE) is known color: Fuchsia. HEX triplet: BC, 51 and BE. RGB value is (188,81,190). Sum of RGB (Red+Green+Blue) = 188+81+190=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC51BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51BE is #43AE41. Grayscale: #7D7D7D. Windows color (decimal): -4435522 or 12472764. OLE color: 12472764.

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

Color convert

RGB 188 81 190 -
CMYK 0.01 0.57 0 0.25
HSL 298.9º 0.46% 0.53% -
HSV(B) 298.9º 0.57% 0.75% -
XYZ 32.98 20.29 50.89 -
YUV 125.42 164.45 172.64 -
System Red Green Blue C M Y K H S L
Decimal 188 81 190 0.01 0.57 0 0.25 298.9 0.46 0.53
Hex BC 51 BE 1 39 0 19 12B 2E 35
Octal 274 121 276 1 71 0 31 453 56 65
Binary 10111100 1010001 10111110 1 111001 0 11001 100101011 101110 110101

Color Harmonies of #BC51BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51BE

Black with #BC51BE

Text Example


Text Example

White with #BC51BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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