Html Css Color HEX #BC58BA Fuchsia

📋 copy color: '#BC58BA'

red 188 ◦ green 88 ◦ blue 186

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

Shades of Fuchsia #BC58BA

Tints of Fuchsia #BC58BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 40.69%
G = 19.05%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC58BA (or 0xBC58BA) is known color: Fuchsia. HEX triplet: BC, 58 and BA. RGB value is (188,88,186). Sum of RGB (Red+Green+Blue) = 188+88+186=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC58BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58BA is #43A745. Grayscale: #808080. Windows color (decimal): -4433734 or 12212412. OLE color: 12212412.

HSL color Cylindrical-coordinate representation of color #BC58BA: hue angle of 301.2º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC58BA is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 88 186 -
CMYK 0 0.53 0.01 0.26
HSL 301.2º 0.43% 0.54% -
HSV(B) 301.2º 0.53% 0.74% -
XYZ 33.09 21.22 48.81 -
YUV 129.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 188 88 186 0 0.53 0.01 0.26 301.2 0.43 0.54
Hex BC 58 BA 0 35 1 1A 12D 2B 36
Octal 274 130 272 0 65 1 32 455 53 66
Binary 10111100 1011000 10111010 0 110101 1 11010 100101101 101011 110110

Color Harmonies of #BC58BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58BA

Black with #BC58BA

Text Example


Text Example

White with #BC58BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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