Html Css Color HEX #BC4AB5 Fuchsia

📋 copy color: '#BC4AB5'

red 188 ◦ green 74 ◦ blue 181

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

Shades of Fuchsia #BC4AB5

Tints of Fuchsia #BC4AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.86%

R = 42.44%
G = 16.7%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC4AB5 (or 0xBC4AB5) is known color: Fuchsia. HEX triplet: BC, 4A and B5. RGB value is (188,74,181). Sum of RGB (Red+Green+Blue) = 188+74+181=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4AB5 is #43B54A. Grayscale: #777777. Windows color (decimal): -4437323 or 11881148. OLE color: 11881148.

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

Color convert

RGB 188 74 181 -
CMYK 0 0.61 0.04 0.26
HSL 303.68º 0.46% 0.51% -
HSV(B) 303.68º 0.61% 0.74% -
XYZ 31.53 18.93 45.71 -
YUV 120.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 188 74 181 0 0.61 0.04 0.26 303.68 0.46 0.51
Hex BC 4A B5 0 3D 4 1A 130 2E 33
Octal 274 112 265 0 75 4 32 460 56 63
Binary 10111100 1001010 10110101 0 111101 100 11010 100110000 101110 110011

Color Harmonies of #BC4AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AB5

Black with #BC4AB5

Text Example


Text Example

White with #BC4AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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