Html Css Color HEX #BC5AC0 Fuchsia

📋 copy color: '#BC5AC0'

red 188 ◦ green 90 ◦ blue 192

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

Shades of Fuchsia #BC5AC0

Tints of Fuchsia #BC5AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 40%
G = 19.15%
B = 40.85%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC5AC0 (or 0xBC5AC0) is known color: Fuchsia. HEX triplet: BC, 5A and C0. RGB value is (188,90,192). Sum of RGB (Red+Green+Blue) = 188+90+192=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC5AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AC0 is #43A53F. Grayscale: #828282. Windows color (decimal): -4433216 or 12606140. OLE color: 12606140.

HSL color Cylindrical-coordinate representation of color #BC5AC0: hue angle of 297.65º degrees, saturation: 0.45, 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 #BC5AC0 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 90 192 -
CMYK 0.02 0.53 0 0.25
HSL 297.65º 0.45% 0.55% -
HSV(B) 297.65º 0.53% 0.75% -
XYZ 33.91 21.81 52.29 -
YUV 130.93 162.47 168.71 -
System Red Green Blue C M Y K H S L
Decimal 188 90 192 0.02 0.53 0 0.25 297.65 0.45 0.55
Hex BC 5A C0 2 35 0 19 12A 2D 37
Octal 274 132 300 2 65 0 31 452 55 67
Binary 10111100 1011010 11000000 10 110101 0 11001 100101010 101101 110111

Color Harmonies of #BC5AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5AC0

Black with #BC5AC0

Text Example


Text Example

White with #BC5AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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