Html Css Color HEX #BC4CC9 Fuchsia

📋 copy color: '#BC4CC9'

red 188 ◦ green 76 ◦ blue 201

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

Shades of Fuchsia #BC4CC9

Tints of Fuchsia #BC4CC9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.34%

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

R = 40.43%
G = 16.34%
B = 43.23%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC4CC9 (or 0xBC4CC9) is known color: Fuchsia. HEX triplet: BC, 4C and C9. RGB value is (188,76,201). Sum of RGB (Red+Green+Blue) = 188+76+201=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC4CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CC9 is #43B336. Grayscale: #7B7B7B. Windows color (decimal): -4436791 or 13192380. OLE color: 13192380.

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

Color convert

RGB 188 76 201 -
CMYK 0.06 0.62 0 0.21
HSL 293.76º 0.54% 0.54% -
HSV(B) 293.76º 0.62% 0.79% -
XYZ 33.87 20.08 57.35 -
YUV 123.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 188 76 201 0.06 0.62 0 0.21 293.76 0.54 0.54
Hex BC 4C C9 6 3E 0 15 126 36 36
Octal 274 114 311 6 76 0 25 446 66 66
Binary 10111100 1001100 11001001 110 111110 0 10101 100100110 110110 110110

Color Harmonies of #BC4CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CC9

Black with #BC4CC9

Text Example


Text Example

White with #BC4CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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