Html Css Color HEX #BC45C6 Fuchsia

📋 copy color: '#BC45C6'

red 188 ◦ green 69 ◦ blue 198

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

Shades of Fuchsia #BC45C6

Tints of Fuchsia #BC45C6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.16%

 BLUE value IS 198 (77.73% from 255) = 43.52%

R = 41.32%
G = 15.16%
B = 43.52%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC45C6 (or 0xBC45C6) is known color: Fuchsia. HEX triplet: BC, 45 and C6. RGB value is (188,69,198). Sum of RGB (Red+Green+Blue) = 188+69+198=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC45C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45C6 is #43BA39. Grayscale: #767676. Windows color (decimal): -4438586 or 12993980. OLE color: 12993980.

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

Color convert

RGB 188 69 198 -
CMYK 0.05 0.65 0 0.22
HSL 295.35º 0.53% 0.52% -
HSV(B) 295.35º 0.65% 0.78% -
XYZ 33.06 19.02 55.36 -
YUV 119.29 172.42 177.01 -
System Red Green Blue C M Y K H S L
Decimal 188 69 198 0.05 0.65 0 0.22 295.35 0.53 0.52
Hex BC 45 C6 5 41 0 16 127 35 34
Octal 274 105 306 5 101 0 26 447 65 64
Binary 10111100 1000101 11000110 101 1000001 0 10110 100100111 110101 110100

Color Harmonies of #BC45C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45C6

Black with #BC45C6

Text Example


Text Example

White with #BC45C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45C6; }

 p { color: rgb(188,69,198); }

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

background-color css

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

 a { background-color: rgb(188,69,198); }

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

border-color css

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

 span { border-color: rgb(188,69,198); }

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