Html Css Color HEX #BC3CBA Fuchsia

📋 copy color: '#BC3CBA'

red 188 ◦ green 60 ◦ blue 186

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

Shades of Fuchsia #BC3CBA

Tints of Fuchsia #BC3CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.82%

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

R = 43.32%
G = 13.82%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC3CBA (or 0xBC3CBA) is known color: Fuchsia. HEX triplet: BC, 3C and BA. RGB value is (188,60,186). Sum of RGB (Red+Green+Blue) = 188+60+186=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CBA is #43C345. Grayscale: #707070. Windows color (decimal): -4440902 or 12205244. OLE color: 12205244.

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

Color convert

RGB 188 60 186 -
CMYK 0 0.68 0.01 0.26
HSL 300.94º 0.52% 0.49% -
HSV(B) 300.94º 0.68% 0.74% -
XYZ 31.22 17.47 48.18 -
YUV 112.64 169.41 181.75 -
System Red Green Blue C M Y K H S L
Decimal 188 60 186 0 0.68 0.01 0.26 300.94 0.52 0.49
Hex BC 3C BA 0 44 1 1A 12D 34 31
Octal 274 74 272 0 104 1 32 455 64 61
Binary 10111100 111100 10111010 0 1000100 1 11010 100101101 110100 110001

Color Harmonies of #BC3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3CBA

Black with #BC3CBA

Text Example


Text Example

White with #BC3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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