Html Css Color HEX #BC4AB0 Fuchsia

📋 copy color: '#BC4AB0'

red 188 ◦ green 74 ◦ blue 176

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

Shades of Fuchsia #BC4AB0

Tints of Fuchsia #BC4AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.18%

R = 42.92%
G = 16.89%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC4AB0 (or 0xBC4AB0) is known color: Fuchsia. HEX triplet: BC, 4A and B0. RGB value is (188,74,176). Sum of RGB (Red+Green+Blue) = 188+74+176=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4AB0 is #43B54F. Grayscale: #777777. Windows color (decimal): -4437328 or 11553468. OLE color: 11553468.

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

Color convert

RGB 188 74 176 -
CMYK 0 0.61 0.06 0.26
HSL 306.32º 0.46% 0.51% -
HSV(B) 306.32º 0.61% 0.74% -
XYZ 31.02 18.72 43.05 -
YUV 119.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 188 74 176 0 0.61 0.06 0.26 306.32 0.46 0.51
Hex BC 4A B0 0 3D 6 1A 132 2E 33
Octal 274 112 260 0 75 6 32 462 56 63
Binary 10111100 1001010 10110000 0 111101 110 11010 100110010 101110 110011

Color Harmonies of #BC4AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AB0

Black with #BC4AB0

Text Example


Text Example

White with #BC4AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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