Html Css Color HEX #BC51B9 Fuchsia

📋 copy color: '#BC51B9'

red 188 ◦ green 81 ◦ blue 185

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

Shades of Fuchsia #BC51B9

Tints of Fuchsia #BC51B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.75%

R = 41.41%
G = 17.84%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC51B9 (or 0xBC51B9) is known color: Fuchsia. HEX triplet: BC, 51 and B9. RGB value is (188,81,185). Sum of RGB (Red+Green+Blue) = 188+81+185=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51B9 is #43AE46. Grayscale: #7C7C7C. Windows color (decimal): -4435527 or 12145084. OLE color: 12145084.

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

Color convert

RGB 188 81 185 -
CMYK 0 0.57 0.02 0.26
HSL 301.68º 0.44% 0.53% -
HSV(B) 301.68º 0.57% 0.74% -
XYZ 32.44 20.08 48.06 -
YUV 124.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 188 81 185 0 0.57 0.02 0.26 301.68 0.44 0.53
Hex BC 51 B9 0 39 2 1A 12E 2C 35
Octal 274 121 271 0 71 2 32 456 54 65
Binary 10111100 1010001 10111001 0 111001 10 11010 100101110 101100 110101

Color Harmonies of #BC51B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51B9

Black with #BC51B9

Text Example


Text Example

White with #BC51B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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