Html Css Color HEX #BC45BE Fuchsia

📋 copy color: '#BC45BE'

red 188 ◦ green 69 ◦ blue 190

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

Shades of Fuchsia #BC45BE

Tints of Fuchsia #BC45BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 42.06%
G = 15.44%
B = 42.51%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC45BE (or 0xBC45BE) is known color: Fuchsia. HEX triplet: BC, 45 and BE. RGB value is (188,69,190). Sum of RGB (Red+Green+Blue) = 188+69+190=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC45BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45BE is #43BA41. Grayscale: #767676. Windows color (decimal): -4438594 or 12469692. OLE color: 12469692.

HSL color Cylindrical-coordinate representation of color #BC45BE: hue angle of 299.01º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC45BE is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 69 190 -
CMYK 0.01 0.64 0 0.25
HSL 299.01º 0.48% 0.51% -
HSV(B) 299.01º 0.64% 0.75% -
XYZ 32.16 18.67 50.62 -
YUV 118.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 188 69 190 0.01 0.64 0 0.25 299.01 0.48 0.51
Hex BC 45 BE 1 40 0 19 12B 30 33
Octal 274 105 276 1 100 0 31 453 60 63
Binary 10111100 1000101 10111110 1 1000000 0 11001 100101011 110000 110011

Color Harmonies of #BC45BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45BE

Black with #BC45BE

Text Example


Text Example

White with #BC45BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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