Html Css Color HEX #BC51C7 Fuchsia

📋 copy color: '#BC51C7'

red 188 ◦ green 81 ◦ blue 199

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

Shades of Fuchsia #BC51C7

Tints of Fuchsia #BC51C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.52%

R = 40.17%
G = 17.31%
B = 42.52%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC51C7 (or 0xBC51C7) is known color: Fuchsia. HEX triplet: BC, 51 and C7. RGB value is (188,81,199). Sum of RGB (Red+Green+Blue) = 188+81+199=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC51C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51C7 is #43AE38. Grayscale: #7E7E7E. Windows color (decimal): -4435513 or 13062588. OLE color: 13062588.

HSL color Cylindrical-coordinate representation of color #BC51C7: hue angle of 294.41º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC51C7 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 81 199 -
CMYK 0.06 0.59 0 0.22
HSL 294.41º 0.51% 0.55% -
HSV(B) 294.41º 0.59% 0.78% -
XYZ 33.99 20.7 56.24 -
YUV 126.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 188 81 199 0.06 0.59 0 0.22 294.41 0.51 0.55
Hex BC 51 C7 6 3B 0 16 126 33 37
Octal 274 121 307 6 73 0 26 446 63 67
Binary 10111100 1010001 11000111 110 111011 0 10110 100100110 110011 110111

Color Harmonies of #BC51C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51C7

Black with #BC51C7

Text Example


Text Example

White with #BC51C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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