Html Css Color HEX #BC43C9 Fuchsia

📋 copy color: '#BC43C9'

red 188 ◦ green 67 ◦ blue 201

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

Shades of Fuchsia #BC43C9

Tints of Fuchsia #BC43C9

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.69%

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

R = 41.23%
G = 14.69%
B = 44.08%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC43C9 (or 0xBC43C9) is known color: Fuchsia. HEX triplet: BC, 43 and C9. RGB value is (188,67,201). Sum of RGB (Red+Green+Blue) = 188+67+201=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC43C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43C9 is #43BC36. Grayscale: #767676. Windows color (decimal): -4439095 or 13190076. OLE color: 13190076.

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

Color convert

RGB 188 67 201 -
CMYK 0.06 0.67 0 0.21
HSL 294.18º 0.55% 0.53% -
HSV(B) 294.18º 0.67% 0.79% -
XYZ 33.29 18.92 57.16 -
YUV 118.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 188 67 201 0.06 0.67 0 0.21 294.18 0.55 0.53
Hex BC 43 C9 6 43 0 15 126 37 35
Octal 274 103 311 6 103 0 25 446 67 65
Binary 10111100 1000011 11001001 110 1000011 0 10101 100100110 110111 110101

Color Harmonies of #BC43C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43C9

Black with #BC43C9

Text Example


Text Example

White with #BC43C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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