Html Css Color HEX #BC44BE Fuchsia

📋 copy color: '#BC44BE'

red 188 ◦ green 68 ◦ blue 190

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

Shades of Fuchsia #BC44BE

Tints of Fuchsia #BC44BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.25%

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

R = 42.15%
G = 15.25%
B = 42.6%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC44BE (or 0xBC44BE) is known color: Fuchsia. HEX triplet: BC, 44 and BE. RGB value is (188,68,190). Sum of RGB (Red+Green+Blue) = 188+68+190=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC44BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44BE is #43BB41. Grayscale: #757575. Windows color (decimal): -4438850 or 12469436. OLE color: 12469436.

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

Color convert

RGB 188 68 190 -
CMYK 0.01 0.64 0 0.25
HSL 299.02º 0.48% 0.51% -
HSV(B) 299.02º 0.64% 0.75% -
XYZ 32.1 18.54 50.6 -
YUV 117.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 188 68 190 0.01 0.64 0 0.25 299.02 0.48 0.51
Hex BC 44 BE 1 40 0 19 12B 30 33
Octal 274 104 276 1 100 0 31 453 60 63
Binary 10111100 1000100 10111110 1 1000000 0 11001 100101011 110000 110011

Color Harmonies of #BC44BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44BE

Black with #BC44BE

Text Example


Text Example

White with #BC44BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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