Html Css Color HEX #BC60BA Fuchsia

📋 copy color: '#BC60BA'

red 188 ◦ green 96 ◦ blue 186

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

Shades of Fuchsia #BC60BA

Tints of Fuchsia #BC60BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 40%
G = 20.43%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC60BA (or 0xBC60BA) is known color: Fuchsia. HEX triplet: BC, 60 and BA. RGB value is (188,96,186). Sum of RGB (Red+Green+Blue) = 188+96+186=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60BA is #439F45. Grayscale: #858585. Windows color (decimal): -4431686 or 12214460. OLE color: 12214460.

HSL color Cylindrical-coordinate representation of color #BC60BA: hue angle of 301.3º 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 #BC60BA is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 96 186 -
CMYK 0 0.49 0.01 0.26
HSL 301.3º 0.41% 0.56% -
HSV(B) 301.3º 0.49% 0.74% -
XYZ 33.78 22.6 49.04 -
YUV 133.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 188 96 186 0 0.49 0.01 0.26 301.3 0.41 0.56
Hex BC 60 BA 0 31 1 1A 12D 29 38
Octal 274 140 272 0 61 1 32 455 51 70
Binary 10111100 1100000 10111010 0 110001 1 11010 100101101 101001 111000

Color Harmonies of #BC60BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60BA

Black with #BC60BA

Text Example


Text Example

White with #BC60BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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