Html Css Color HEX #BC51B2 Fuchsia

📋 copy color: '#BC51B2'

red 188 ◦ green 81 ◦ blue 178

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

Shades of Fuchsia #BC51B2

Tints of Fuchsia #BC51B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.82%

R = 42.06%
G = 18.12%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC51B2 (or 0xBC51B2) is known color: Fuchsia. HEX triplet: BC, 51 and B2. RGB value is (188,81,178). Sum of RGB (Red+Green+Blue) = 188+81+178=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC51B2 is #43AE4D. Grayscale: #7B7B7B. Windows color (decimal): -4435534 or 11686332. OLE color: 11686332.

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

Color convert

RGB 188 81 178 -
CMYK 0 0.57 0.05 0.26
HSL 305.61º 0.44% 0.53% -
HSV(B) 305.61º 0.57% 0.74% -
XYZ 31.72 19.79 44.27 -
YUV 124.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 188 81 178 0 0.57 0.05 0.26 305.61 0.44 0.53
Hex BC 51 B2 0 39 5 1A 132 2C 35
Octal 274 121 262 0 71 5 32 462 54 65
Binary 10111100 1010001 10110010 0 111001 101 11010 100110010 101100 110101

Color Harmonies of #BC51B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51B2

Black with #BC51B2

Text Example


Text Example

White with #BC51B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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