Html Css Color HEX #BC5AB5 Fuchsia

📋 copy color: '#BC5AB5'

red 188 ◦ green 90 ◦ blue 181

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

Shades of Fuchsia #BC5AB5

Tints of Fuchsia #BC5AB5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.61%

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

R = 40.96%
G = 19.61%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC5AB5 (or 0xBC5AB5) is known color: Fuchsia. HEX triplet: BC, 5A and B5. RGB value is (188,90,181). Sum of RGB (Red+Green+Blue) = 188+90+181=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AB5 is #43A54A. Grayscale: #818181. Windows color (decimal): -4433227 or 11885244. OLE color: 11885244.

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

Color convert

RGB 188 90 181 -
CMYK 0 0.52 0.04 0.26
HSL 304.29º 0.42% 0.55% -
HSV(B) 304.29º 0.52% 0.74% -
XYZ 32.74 21.34 46.11 -
YUV 129.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 188 90 181 0 0.52 0.04 0.26 304.29 0.42 0.55
Hex BC 5A B5 0 34 4 1A 130 2A 37
Octal 274 132 265 0 64 4 32 460 52 67
Binary 10111100 1011010 10110101 0 110100 100 11010 100110000 101010 110111

Color Harmonies of #BC5AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5AB5

Black with #BC5AB5

Text Example


Text Example

White with #BC5AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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