Html Css Color HEX #BC60B0 Fuchsia

📋 copy color: '#BC60B0'

red 188 ◦ green 96 ◦ blue 176

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

Shades of Fuchsia #BC60B0

Tints of Fuchsia #BC60B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.26%

R = 40.87%
G = 20.87%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC60B0 (or 0xBC60B0) is known color: Fuchsia. HEX triplet: BC, 60 and B0. RGB value is (188,96,176). Sum of RGB (Red+Green+Blue) = 188+96+176=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60B0 is #439F4F. Grayscale: #848484. Windows color (decimal): -4431696 or 11559100. OLE color: 11559100.

HSL color Cylindrical-coordinate representation of color #BC60B0: hue angle of 307.83º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC60B0 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 96 176 -
CMYK 0 0.49 0.06 0.26
HSL 307.83º 0.41% 0.56% -
HSV(B) 307.83º 0.49% 0.74% -
XYZ 32.76 22.19 43.63 -
YUV 132.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 188 96 176 0 0.49 0.06 0.26 307.83 0.41 0.56
Hex BC 60 B0 0 31 6 1A 134 29 38
Octal 274 140 260 0 61 6 32 464 51 70
Binary 10111100 1100000 10110000 0 110001 110 11010 100110100 101001 111000

Color Harmonies of #BC60B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60B0

Black with #BC60B0

Text Example


Text Example

White with #BC60B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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