Html Css Color HEX #BC45BB Fuchsia

📋 copy color: '#BC45BB'

red 188 ◦ green 69 ◦ blue 187

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

Shades of Fuchsia #BC45BB

Tints of Fuchsia #BC45BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.12%

R = 42.34%
G = 15.54%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC45BB (or 0xBC45BB) is known color: Fuchsia. HEX triplet: BC, 45 and BB. RGB value is (188,69,187). Sum of RGB (Red+Green+Blue) = 188+69+187=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45BB is #43BA44. Grayscale: #757575. Windows color (decimal): -4438597 or 12273084. OLE color: 12273084.

HSL color Cylindrical-coordinate representation of color #BC45BB: hue angle of 300.5º 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 #BC45BB is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 69 187 -
CMYK 0 0.63 0.01 0.26
HSL 300.5º 0.47% 0.5% -
HSV(B) 300.5º 0.63% 0.74% -
XYZ 31.84 18.54 48.91 -
YUV 118.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 188 69 187 0 0.63 0.01 0.26 300.5 0.47 0.5
Hex BC 45 BB 0 3F 1 1A 12D 2F 32
Octal 274 105 273 0 77 1 32 455 57 62
Binary 10111100 1000101 10111011 0 111111 1 11010 100101101 101111 110010

Color Harmonies of #BC45BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45BB

Black with #BC45BB

Text Example


Text Example

White with #BC45BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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