Html Css Color HEX #BC58BB Fuchsia

📋 copy color: '#BC58BB'

red 188 ◦ green 88 ◦ blue 187

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

Shades of Fuchsia #BC58BB

Tints of Fuchsia #BC58BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 40.6%
G = 19.01%
B = 40.39%

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

#BC58BB (or 0xBC58BB) is known color: Fuchsia. HEX triplet: BC, 58 and BB. RGB value is (188,88,187). Sum of RGB (Red+Green+Blue) = 188+88+187=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC58BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58BB is #43A744. Grayscale: #808080. Windows color (decimal): -4433733 or 12277948. OLE color: 12277948.

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

Color convert

RGB 188 88 187 -
CMYK 0 0.53 0.01 0.26
HSL 300.6º 0.43% 0.54% -
HSV(B) 300.6º 0.53% 0.74% -
XYZ 33.2 21.26 49.37 -
YUV 129.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 188 88 187 0 0.53 0.01 0.26 300.6 0.43 0.54
Hex BC 58 BB 0 35 1 1A 12D 2B 36
Octal 274 130 273 0 65 1 32 455 53 66
Binary 10111100 1011000 10111011 0 110101 1 11010 100101101 101011 110110

Color Harmonies of #BC58BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58BB

Black with #BC58BB

Text Example


Text Example

White with #BC58BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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