Html Css Color HEX #BC58C6 Fuchsia

📋 copy color: '#BC58C6'

red 188 ◦ green 88 ◦ blue 198

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

Shades of Fuchsia #BC58C6

Tints of Fuchsia #BC58C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.77%

R = 39.66%
G = 18.57%
B = 41.77%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC58C6 (or 0xBC58C6) is known color: Fuchsia. HEX triplet: BC, 58 and C6. RGB value is (188,88,198). Sum of RGB (Red+Green+Blue) = 188+88+198=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC58C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58C6 is #43A739. Grayscale: #828282. Windows color (decimal): -4433722 or 12998844. OLE color: 12998844.

HSL color Cylindrical-coordinate representation of color #BC58C6: hue angle of 294.55º degrees, saturation: 0.49, 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 #BC58C6 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 88 198 -
CMYK 0.05 0.56 0 0.22
HSL 294.55º 0.49% 0.56% -
HSV(B) 294.55º 0.56% 0.78% -
XYZ 34.42 21.75 55.81 -
YUV 130.44 166.13 169.06 -
System Red Green Blue C M Y K H S L
Decimal 188 88 198 0.05 0.56 0 0.22 294.55 0.49 0.56
Hex BC 58 C6 5 38 0 16 127 31 38
Octal 274 130 306 5 70 0 26 447 61 70
Binary 10111100 1011000 11000110 101 111000 0 10110 100100111 110001 111000

Color Harmonies of #BC58C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58C6

Black with #BC58C6

Text Example


Text Example

White with #BC58C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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