Html Css Color HEX #BC62C3 Fuchsia

📋 copy color: '#BC62C3'

red 188 ◦ green 98 ◦ blue 195

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

Shades of Fuchsia #BC62C3

Tints of Fuchsia #BC62C3

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.37%

 BLUE value IS 195 (76.56% from 255) = 40.54%

R = 39.09%
G = 20.37%
B = 40.54%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC62C3 (or 0xBC62C3) is known color: Fuchsia. HEX triplet: BC, 62 and C3. RGB value is (188,98,195). Sum of RGB (Red+Green+Blue) = 188+98+195=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC62C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62C3 is #439D3C. Grayscale: #878787. Windows color (decimal): -4431165 or 12804796. OLE color: 12804796.

HSL color Cylindrical-coordinate representation of color #BC62C3: hue angle of 295.67º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC62C3 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 98 195 -
CMYK 0.04 0.50 0 0.24
HSL 295.67º 0.45% 0.57% -
HSV(B) 295.67º 0.5% 0.76% -
XYZ 34.96 23.37 54.3 -
YUV 135.97 161.32 165.11 -
System Red Green Blue C M Y K H S L
Decimal 188 98 195 0.04 0.50 0 0.24 295.67 0.45 0.57
Hex BC 62 C3 4 32 0 18 128 2D 39
Octal 274 142 303 4 62 0 30 450 55 71
Binary 10111100 1100010 11000011 100 110010 0 11000 100101000 101101 111001

Color Harmonies of #BC62C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62C3

Black with #BC62C3

Text Example


Text Example

White with #BC62C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62C3; }

 p { color: rgb(188,98,195); }

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

background-color css

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

 a { background-color: rgb(188,98,195); }

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

border-color css

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

 span { border-color: rgb(188,98,195); }

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