Html Css Color HEX #BC60C2 Fuchsia

📋 copy color: '#BC60C2'

red 188 ◦ green 96 ◦ blue 194

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

Shades of Fuchsia #BC60C2

Tints of Fuchsia #BC60C2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.08%

 BLUE value IS 194 (76.17% from 255) = 40.59%

R = 39.33%
G = 20.08%
B = 40.59%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC60C2 (or 0xBC60C2) is known color: Fuchsia. HEX triplet: BC, 60 and C2. RGB value is (188,96,194). Sum of RGB (Red+Green+Blue) = 188+96+194=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC60C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60C2 is #439F3D. Grayscale: #868686. Windows color (decimal): -4431678 or 12738748. OLE color: 12738748.

HSL color Cylindrical-coordinate representation of color #BC60C2: hue angle of 296.33º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC60C2 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 96 194 -
CMYK 0.03 0.51 0 0.24
HSL 296.33º 0.45% 0.57% -
HSV(B) 296.33º 0.51% 0.76% -
XYZ 34.66 22.95 53.64 -
YUV 134.68 161.48 166.03 -
System Red Green Blue C M Y K H S L
Decimal 188 96 194 0.03 0.51 0 0.24 296.33 0.45 0.57
Hex BC 60 C2 3 33 0 18 128 2D 39
Octal 274 140 302 3 63 0 30 450 55 71
Binary 10111100 1100000 11000010 11 110011 0 11000 100101000 101101 111001

Color Harmonies of #BC60C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60C2

Black with #BC60C2

Text Example


Text Example

White with #BC60C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60C2; }

 p { color: rgb(188,96,194); }

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

background-color css

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

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

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

border-color css

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

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

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