Html Css Color HEX #BC39BA Fuchsia

📋 copy color: '#BC39BA'

red 188 ◦ green 57 ◦ blue 186

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

Shades of Fuchsia #BC39BA

Tints of Fuchsia #BC39BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.23%

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

R = 43.62%
G = 13.23%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC39BA (or 0xBC39BA) is known color: Fuchsia. HEX triplet: BC, 39 and BA. RGB value is (188,57,186). Sum of RGB (Red+Green+Blue) = 188+57+186=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC39BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC39BA is #43C645. Grayscale: #6E6E6E. Windows color (decimal): -4441670 or 12204476. OLE color: 12204476.

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

Color convert

RGB 188 57 186 -
CMYK 0 0.70 0.01 0.26
HSL 300.92º 0.53% 0.48% -
HSV(B) 300.92º 0.7% 0.74% -
XYZ 31.07 17.16 48.13 -
YUV 110.88 170.4 183.01 -
System Red Green Blue C M Y K H S L
Decimal 188 57 186 0 0.70 0.01 0.26 300.92 0.53 0.48
Hex BC 39 BA 0 46 1 1A 12D 35 30
Octal 274 71 272 0 106 1 32 455 65 60
Binary 10111100 111001 10111010 0 1000110 1 11010 100101101 110101 110000

Color Harmonies of #BC39BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC39BA

Black with #BC39BA

Text Example


Text Example

White with #BC39BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC39BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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