Html Css Color HEX #BC61A8 Fuchsia

📋 copy color: '#BC61A8'

red 188 ◦ green 97 ◦ blue 168

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

Shades of Fuchsia #BC61A8

Tints of Fuchsia #BC61A8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.41%

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

R = 41.5%
G = 21.41%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC61A8 (or 0xBC61A8) is known color: Fuchsia. HEX triplet: BC, 61 and A8. RGB value is (188,97,168). Sum of RGB (Red+Green+Blue) = 188+97+168=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC61A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC61A8 is #439E57. Grayscale: #848484. Windows color (decimal): -4431448 or 11035068. OLE color: 11035068.

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

Color convert

RGB 188 97 168 -
CMYK 0 0.48 0.11 0.26
HSL 313.19º 0.4% 0.56% -
HSV(B) 313.19º 0.48% 0.74% -
XYZ 32.08 22.07 39.61 -
YUV 132.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 188 97 168 0 0.48 0.11 0.26 313.19 0.4 0.56
Hex BC 61 A8 0 30 B 1A 139 28 38
Octal 274 141 250 0 60 13 32 471 50 70
Binary 10111100 1100001 10101000 0 110000 1011 11010 100111001 101000 111000

Color Harmonies of #BC61A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC61A8

Black with #BC61A8

Text Example


Text Example

White with #BC61A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC61A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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