Html Css Color HEX #BC44C7 Fuchsia

📋 copy color: '#BC44C7'

red 188 ◦ green 68 ◦ blue 199

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

Shades of Fuchsia #BC44C7

Tints of Fuchsia #BC44C7

RGB

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

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

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

R = 41.32%
G = 14.95%
B = 43.74%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC44C7 (or 0xBC44C7) is known color: Fuchsia. HEX triplet: BC, 44 and C7. RGB value is (188,68,199). Sum of RGB (Red+Green+Blue) = 188+68+199=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC44C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44C7 is #43BB38. Grayscale: #767676. Windows color (decimal): -4438841 or 13059260. OLE color: 13059260.

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

Color convert

RGB 188 68 199 -
CMYK 0.06 0.66 0 0.22
HSL 294.96º 0.54% 0.52% -
HSV(B) 294.96º 0.66% 0.78% -
XYZ 33.11 18.95 55.95 -
YUV 118.81 173.26 177.35 -
System Red Green Blue C M Y K H S L
Decimal 188 68 199 0.06 0.66 0 0.22 294.96 0.54 0.52
Hex BC 44 C7 6 42 0 16 127 36 34
Octal 274 104 307 6 102 0 26 447 66 64
Binary 10111100 1000100 11000111 110 1000010 0 10110 100100111 110110 110100

Color Harmonies of #BC44C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44C7

Black with #BC44C7

Text Example


Text Example

White with #BC44C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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