Html Css Color HEX #BC58C7 Fuchsia

📋 copy color: '#BC58C7'

red 188 ◦ green 88 ◦ blue 199

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

Shades of Fuchsia #BC58C7

Tints of Fuchsia #BC58C7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.53%

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

R = 39.58%
G = 18.53%
B = 41.89%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC58C7 (or 0xBC58C7) is known color: Fuchsia. HEX triplet: BC, 58 and C7. RGB value is (188,88,199). Sum of RGB (Red+Green+Blue) = 188+88+199=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC58C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58C7 is #43A738. Grayscale: #828282. Windows color (decimal): -4433721 or 13064380. OLE color: 13064380.

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

Color convert

RGB 188 88 199 -
CMYK 0.06 0.56 0 0.22
HSL 294.05º 0.5% 0.56% -
HSV(B) 294.05º 0.56% 0.78% -
XYZ 34.54 21.79 56.42 -
YUV 130.55 166.63 168.97 -
System Red Green Blue C M Y K H S L
Decimal 188 88 199 0.06 0.56 0 0.22 294.05 0.5 0.56
Hex BC 58 C7 6 38 0 16 126 32 38
Octal 274 130 307 6 70 0 26 446 62 70
Binary 10111100 1011000 11000111 110 111000 0 10110 100100110 110010 111000

Color Harmonies of #BC58C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58C7

Black with #BC58C7

Text Example


Text Example

White with #BC58C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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