Html Css Color HEX #BC4CBA Fuchsia

📋 copy color: '#BC4CBA'

red 188 ◦ green 76 ◦ blue 186

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

Shades of Fuchsia #BC4CBA

Tints of Fuchsia #BC4CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.89%

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

R = 41.78%
G = 16.89%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC4CBA (or 0xBC4CBA) is known color: Fuchsia. HEX triplet: BC, 4C and BA. RGB value is (188,76,186). Sum of RGB (Red+Green+Blue) = 188+76+186=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CBA is #43B345. Grayscale: #797979. Windows color (decimal): -4436806 or 12209340. OLE color: 12209340.

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

Color convert

RGB 188 76 186 -
CMYK 0 0.60 0.01 0.26
HSL 301.07º 0.46% 0.52% -
HSV(B) 301.07º 0.6% 0.74% -
XYZ 32.19 19.41 48.5 -
YUV 122.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 188 76 186 0 0.60 0.01 0.26 301.07 0.46 0.52
Hex BC 4C BA 0 3C 1 1A 12D 2E 34
Octal 274 114 272 0 74 1 32 455 56 64
Binary 10111100 1001100 10111010 0 111100 1 11010 100101101 101110 110100

Color Harmonies of #BC4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CBA

Black with #BC4CBA

Text Example


Text Example

White with #BC4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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