Html Css Color HEX #BC36C7 Fuchsia

📋 copy color: '#BC36C7'

red 188 ◦ green 54 ◦ blue 199

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

Shades of Fuchsia #BC36C7

Tints of Fuchsia #BC36C7

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.24%

 BLUE value IS 199 (78.13% from 255) = 45.12%

R = 42.63%
G = 12.24%
B = 45.12%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC36C7 (or 0xBC36C7) is known color: Fuchsia. HEX triplet: BC, 36 and C7. RGB value is (188,54,199). Sum of RGB (Red+Green+Blue) = 188+54+199=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC36C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36C7 is #43C938. Grayscale: #6E6E6E. Windows color (decimal): -4442425 or 13055676. OLE color: 13055676.

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

Color convert

RGB 188 54 199 -
CMYK 0.06 0.73 0 0.22
HSL 295.45º 0.57% 0.5% -
HSV(B) 295.45º 0.73% 0.78% -
XYZ 32.37 17.45 55.7 -
YUV 110.6 177.89 183.21 -
System Red Green Blue C M Y K H S L
Decimal 188 54 199 0.06 0.73 0 0.22 295.45 0.57 0.5
Hex BC 36 C7 6 49 0 16 127 39 32
Octal 274 66 307 6 111 0 26 447 71 62
Binary 10111100 110110 11000111 110 1001001 0 10110 100100111 111001 110010

Color Harmonies of #BC36C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36C7

Black with #BC36C7

Text Example


Text Example

White with #BC36C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36C7; }

 p { color: rgb(188,54,199); }

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

background-color css

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

 a { background-color: rgb(188,54,199); }

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

border-color css

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

 span { border-color: rgb(188,54,199); }

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