Html Css Color HEX #BC5ABC Fuchsia

📋 copy color: '#BC5ABC'

red 188 ◦ green 90 ◦ blue 188

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

Shades of Fuchsia #BC5ABC

Tints of Fuchsia #BC5ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 40.34%
G = 19.31%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC5ABC (or 0xBC5ABC) is known color: Fuchsia. HEX triplet: BC, 5A and BC. RGB value is (188,90,188). Sum of RGB (Red+Green+Blue) = 188+90+188=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC5ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ABC is #43A543. Grayscale: #828282. Windows color (decimal): -4433220 or 12343996. OLE color: 12343996.

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

Color convert

RGB 188 90 188 -
CMYK 0 0.52 0 0.26
HSL 300º 0.42% 0.55% -
HSV(B) 300º 0.52% 0.74% -
XYZ 33.47 21.63 49.99 -
YUV 130.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 188 90 188 0 0.52 0 0.26 300 0.42 0.55
Hex BC 5A BC 0 34 0 1A 12C 2A 37
Octal 274 132 274 0 64 0 32 454 52 67
Binary 10111100 1011010 10111100 0 110100 0 11010 100101100 101010 110111

Color Harmonies of #BC5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5ABC

Black with #BC5ABC

Text Example


Text Example

White with #BC5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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