Html Css Color HEX #BC36BE Fuchsia

📋 copy color: '#BC36BE'

red 188 ◦ green 54 ◦ blue 190

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

Shades of Fuchsia #BC36BE

Tints of Fuchsia #BC36BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 43.52%
G = 12.5%
B = 43.98%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC36BE (or 0xBC36BE) is known color: Fuchsia. HEX triplet: BC, 36 and BE. RGB value is (188,54,190). Sum of RGB (Red+Green+Blue) = 188+54+190=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC36BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36BE is #43C941. Grayscale: #6D6D6D. Windows color (decimal): -4442434 or 12465852. OLE color: 12465852.

HSL color Cylindrical-coordinate representation of color #BC36BE: hue angle of 299.12º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC36BE is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 54 190 -
CMYK 0.01 0.72 0 0.25
HSL 299.12º 0.56% 0.48% -
HSV(B) 299.12º 0.72% 0.75% -
XYZ 31.35 17.05 50.35 -
YUV 109.57 173.39 183.94 -
System Red Green Blue C M Y K H S L
Decimal 188 54 190 0.01 0.72 0 0.25 299.12 0.56 0.48
Hex BC 36 BE 1 48 0 19 12B 38 30
Octal 274 66 276 1 110 0 31 453 70 60
Binary 10111100 110110 10111110 1 1001000 0 11001 100101011 111000 110000

Color Harmonies of #BC36BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36BE

Black with #BC36BE

Text Example


Text Example

White with #BC36BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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