Html Css Color HEX #BC2CC5 Fuchsia

📋 copy color: '#BC2CC5'

red 188 ◦ green 44 ◦ blue 197

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

Shades of Fuchsia #BC2CC5

Tints of Fuchsia #BC2CC5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.26%

 BLUE value IS 197 (77.34% from 255) = 45.92%

R = 43.82%
G = 10.26%
B = 45.92%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC2CC5 (or 0xBC2CC5) is known color: Fuchsia. HEX triplet: BC, 2C and C5. RGB value is (188,44,197). Sum of RGB (Red+Green+Blue) = 188+44+197=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC2CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CC5 is #43D33A. Grayscale: #686868. Windows color (decimal): -4444987 or 12922044. OLE color: 12922044.

HSL color Cylindrical-coordinate representation of color #BC2CC5: hue angle of 296.47º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2CC5 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 44 197 -
CMYK 0.05 0.78 0 0.23
HSL 296.47º 0.63% 0.47% -
HSV(B) 296.47º 0.78% 0.77% -
XYZ 31.72 16.52 54.34 -
YUV 104.5 180.21 187.56 -
System Red Green Blue C M Y K H S L
Decimal 188 44 197 0.05 0.78 0 0.23 296.47 0.63 0.47
Hex BC 2C C5 5 4E 0 17 128 3F 2F
Octal 274 54 305 5 116 0 27 450 77 57
Binary 10111100 101100 11000101 101 1001110 0 10111 100101000 111111 101111

Color Harmonies of #BC2CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CC5

Black with #BC2CC5

Text Example


Text Example

White with #BC2CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CC5; }

 p { color: rgb(188,44,197); }

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

background-color css

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

 a { background-color: rgb(188,44,197); }

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

border-color css

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

 span { border-color: rgb(188,44,197); }

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