Html Css Color HEX #BC5ABE Fuchsia

📋 copy color: '#BC5ABE'

red 188 ◦ green 90 ◦ blue 190

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

Shades of Fuchsia #BC5ABE

Tints of Fuchsia #BC5ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 40.17%
G = 19.23%
B = 40.6%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC5ABE (or 0xBC5ABE) is known color: Fuchsia. HEX triplet: BC, 5A and BE. RGB value is (188,90,190). Sum of RGB (Red+Green+Blue) = 188+90+190=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC5ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ABE is #43A541. Grayscale: #828282. Windows color (decimal): -4433218 or 12475068. OLE color: 12475068.

HSL color Cylindrical-coordinate representation of color #BC5ABE: hue angle of 298.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5ABE is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 90 190 -
CMYK 0.01 0.53 0 0.25
HSL 298.8º 0.43% 0.55% -
HSV(B) 298.8º 0.53% 0.75% -
XYZ 33.69 21.72 51.13 -
YUV 130.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 188 90 190 0.01 0.53 0 0.25 298.8 0.43 0.55
Hex BC 5A BE 1 35 0 19 12B 2B 37
Octal 274 132 276 1 65 0 31 453 53 67
Binary 10111100 1011010 10111110 1 110101 0 11001 100101011 101011 110111

Color Harmonies of #BC5ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5ABE

Black with #BC5ABE

Text Example


Text Example

White with #BC5ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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