Html Css Color HEX #BC44C9 Fuchsia

📋 copy color: '#BC44C9'

red 188 ◦ green 68 ◦ blue 201

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

Shades of Fuchsia #BC44C9

Tints of Fuchsia #BC44C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.98%

R = 41.14%
G = 14.88%
B = 43.98%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC44C9 (or 0xBC44C9) is known color: Fuchsia. HEX triplet: BC, 44 and C9. RGB value is (188,68,201). Sum of RGB (Red+Green+Blue) = 188+68+201=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC44C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44C9 is #43BB36. Grayscale: #767676. Windows color (decimal): -4438839 or 13190332. OLE color: 13190332.

HSL color Cylindrical-coordinate representation of color #BC44C9: hue angle of 294.14º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC44C9 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 68 201 -
CMYK 0.06 0.66 0 0.21
HSL 294.14º 0.55% 0.53% -
HSV(B) 294.14º 0.66% 0.79% -
XYZ 33.35 19.04 57.18 -
YUV 119.04 174.26 177.19 -
System Red Green Blue C M Y K H S L
Decimal 188 68 201 0.06 0.66 0 0.21 294.14 0.55 0.53
Hex BC 44 C9 6 42 0 15 126 37 35
Octal 274 104 311 6 102 0 25 446 67 65
Binary 10111100 1000100 11001001 110 1000010 0 10101 100100110 110111 110101

Color Harmonies of #BC44C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44C9

Black with #BC44C9

Text Example


Text Example

White with #BC44C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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