Html Css Color HEX #BC5FC0 Fuchsia

📋 copy color: '#BC5FC0'

red 188 ◦ green 95 ◦ blue 192

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

Shades of Fuchsia #BC5FC0

Tints of Fuchsia #BC5FC0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20%

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

R = 39.58%
G = 20%
B = 40.42%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC5FC0 (or 0xBC5FC0) is known color: Fuchsia. HEX triplet: BC, 5F and C0. RGB value is (188,95,192). Sum of RGB (Red+Green+Blue) = 188+95+192=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC5FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FC0 is #43A03F. Grayscale: #858585. Windows color (decimal): -4431936 or 12607420. OLE color: 12607420.

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

Color convert

RGB 188 95 192 -
CMYK 0.02 0.51 0 0.25
HSL 297.53º 0.43% 0.56% -
HSV(B) 297.53º 0.51% 0.75% -
XYZ 34.35 22.68 52.44 -
YUV 133.87 160.81 166.61 -
System Red Green Blue C M Y K H S L
Decimal 188 95 192 0.02 0.51 0 0.25 297.53 0.43 0.56
Hex BC 5F C0 2 33 0 19 12A 2B 38
Octal 274 137 300 2 63 0 31 452 53 70
Binary 10111100 1011111 11000000 10 110011 0 11001 100101010 101011 111000

Color Harmonies of #BC5FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5FC0

Black with #BC5FC0

Text Example


Text Example

White with #BC5FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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