Html Css Color HEX #BC61B8 Fuchsia

📋 copy color: '#BC61B8'

red 188 ◦ green 97 ◦ blue 184

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

Shades of Fuchsia #BC61B8

Tints of Fuchsia #BC61B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.23%

R = 40.09%
G = 20.68%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC61B8 (or 0xBC61B8) is known color: Fuchsia. HEX triplet: BC, 61 and B8. RGB value is (188,97,184). Sum of RGB (Red+Green+Blue) = 188+97+184=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC61B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61B8 is #439E47. Grayscale: #858585. Windows color (decimal): -4431432 or 12083644. OLE color: 12083644.

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

Color convert

RGB 188 97 184 -
CMYK 0 0.48 0.02 0.26
HSL 302.64º 0.4% 0.56% -
HSV(B) 302.64º 0.48% 0.74% -
XYZ 33.67 22.7 47.95 -
YUV 134.13 156.15 166.43 -
System Red Green Blue C M Y K H S L
Decimal 188 97 184 0 0.48 0.02 0.26 302.64 0.4 0.56
Hex BC 61 B8 0 30 2 1A 12F 28 38
Octal 274 141 270 0 60 2 32 457 50 70
Binary 10111100 1100001 10111000 0 110000 10 11010 100101111 101000 111000

Color Harmonies of #BC61B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC61B8

Black with #BC61B8

Text Example


Text Example

White with #BC61B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC61B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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