Html Css Color HEX #BC4AB9 Fuchsia

📋 copy color: '#BC4AB9'

red 188 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #BC4AB9

Tints of Fuchsia #BC4AB9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.55%

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 42.06%
G = 16.55%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC4AB9 (or 0xBC4AB9) is known color: Fuchsia. HEX triplet: BC, 4A and B9. RGB value is (188,74,185). Sum of RGB (Red+Green+Blue) = 188+74+185=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4AB9 is #43B546. Grayscale: #787878. Windows color (decimal): -4437319 or 12143292. OLE color: 12143292.

HSL color Cylindrical-coordinate representation of color #BC4AB9: hue angle of 301.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4AB9 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 74 185 -
CMYK 0 0.61 0.02 0.26
HSL 301.58º 0.46% 0.51% -
HSV(B) 301.58º 0.61% 0.74% -
XYZ 31.94 19.09 47.9 -
YUV 120.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 188 74 185 0 0.61 0.02 0.26 301.58 0.46 0.51
Hex BC 4A B9 0 3D 2 1A 12E 2E 33
Octal 274 112 271 0 75 2 32 456 56 63
Binary 10111100 1001010 10111001 0 111101 10 11010 100101110 101110 110011

Color Harmonies of #BC4AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AB9

Black with #BC4AB9

Text Example


Text Example

White with #BC4AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AB9; }

 p { color: rgb(188,74,185); }

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

background-color css

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

 a { background-color: rgb(188,74,185); }

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

border-color css

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

 span { border-color: rgb(188,74,185); }

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