Html Css Color HEX #BC39C6 Fuchsia

📋 copy color: '#BC39C6'

red 188 ◦ green 57 ◦ blue 198

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

Shades of Fuchsia #BC39C6

Tints of Fuchsia #BC39C6

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.87%

 BLUE value IS 198 (77.73% from 255) = 44.7%

R = 42.44%
G = 12.87%
B = 44.7%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC39C6 (or 0xBC39C6) is known color: Fuchsia. HEX triplet: BC, 39 and C6. RGB value is (188,57,198). Sum of RGB (Red+Green+Blue) = 188+57+198=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC39C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC39C6 is #43C639. Grayscale: #6F6F6F. Windows color (decimal): -4441658 or 12990908. OLE color: 12990908.

HSL color Cylindrical-coordinate representation of color #BC39C6: hue angle of 295.74º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC39C6 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 57 198 -
CMYK 0.05 0.71 0 0.22
HSL 295.74º 0.55% 0.5% -
HSV(B) 295.74º 0.71% 0.78% -
XYZ 32.4 17.69 55.13 -
YUV 112.24 176.4 182.04 -
System Red Green Blue C M Y K H S L
Decimal 188 57 198 0.05 0.71 0 0.22 295.74 0.55 0.5
Hex BC 39 C6 5 47 0 16 128 37 32
Octal 274 71 306 5 107 0 26 450 67 62
Binary 10111100 111001 11000110 101 1000111 0 10110 100101000 110111 110010

Color Harmonies of #BC39C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC39C6

Black with #BC39C6

Text Example


Text Example

White with #BC39C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC39C6; }

 p { color: rgb(188,57,198); }

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

background-color css

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

 a { background-color: rgb(188,57,198); }

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

border-color css

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

 span { border-color: rgb(188,57,198); }

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