Html Css Color HEX #BC45A6 Fuchsia

📋 copy color: '#BC45A6'

red 188 ◦ green 69 ◦ blue 166

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

Shades of Fuchsia #BC45A6

Tints of Fuchsia #BC45A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.24%

R = 44.44%
G = 16.31%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC45A6 (or 0xBC45A6) is known color: Fuchsia. HEX triplet: BC, 45 and A6. RGB value is (188,69,166). Sum of RGB (Red+Green+Blue) = 188+69+166=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC45A6 is #43BA59. Grayscale: #737373. Windows color (decimal): -4438618 or 10896828. OLE color: 10896828.

HSL color Cylindrical-coordinate representation of color #BC45A6: hue angle of 311.09º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC45A6 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 69 166 -
CMYK 0 0.63 0.12 0.26
HSL 311.09º 0.47% 0.5% -
HSV(B) 311.09º 0.63% 0.74% -
XYZ 29.75 17.7 37.92 -
YUV 115.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 188 69 166 0 0.63 0.12 0.26 311.09 0.47 0.5
Hex BC 45 A6 0 3F C 1A 137 2F 32
Octal 274 105 246 0 77 14 32 467 57 62
Binary 10111100 1000101 10100110 0 111111 1100 11010 100110111 101111 110010

Color Harmonies of #BC45A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45A6

Black with #BC45A6

Text Example


Text Example

White with #BC45A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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