Html Css Color HEX #BC60A8 Fuchsia

📋 copy color: '#BC60A8'

red 188 ◦ green 96 ◦ blue 168

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

Shades of Fuchsia #BC60A8

Tints of Fuchsia #BC60A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.17%

R = 41.59%
G = 21.24%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC60A8 (or 0xBC60A8) is known color: Fuchsia. HEX triplet: BC, 60 and A8. RGB value is (188,96,168). Sum of RGB (Red+Green+Blue) = 188+96+168=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60A8 is #439F57. Grayscale: #838383. Windows color (decimal): -4431704 or 11034812. OLE color: 11034812.

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

Color convert

RGB 188 96 168 -
CMYK 0 0.49 0.11 0.26
HSL 313.04º 0.41% 0.56% -
HSV(B) 313.04º 0.49% 0.74% -
XYZ 31.99 21.88 39.58 -
YUV 131.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 188 96 168 0 0.49 0.11 0.26 313.04 0.41 0.56
Hex BC 60 A8 0 31 B 1A 139 29 38
Octal 274 140 250 0 61 13 32 471 51 70
Binary 10111100 1100000 10101000 0 110001 1011 11010 100111001 101001 111000

Color Harmonies of #BC60A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60A8

Black with #BC60A8

Text Example


Text Example

White with #BC60A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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