Html Css Color HEX #BC45AB Fuchsia

📋 copy color: '#BC45AB'

red 188 ◦ green 69 ◦ blue 171

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

Shades of Fuchsia #BC45AB

Tints of Fuchsia #BC45AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 43.93%
G = 16.12%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC45AB (or 0xBC45AB) is known color: Fuchsia. HEX triplet: BC, 45 and AB. RGB value is (188,69,171). Sum of RGB (Red+Green+Blue) = 188+69+171=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC45AB is #43BA54. Grayscale: #737373. Windows color (decimal): -4438613 or 11224508. OLE color: 11224508.

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

Color convert

RGB 188 69 171 -
CMYK 0 0.63 0.09 0.26
HSL 308.57º 0.47% 0.5% -
HSV(B) 308.57º 0.63% 0.74% -
XYZ 30.22 17.89 40.39 -
YUV 116.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 188 69 171 0 0.63 0.09 0.26 308.57 0.47 0.5
Hex BC 45 AB 0 3F 9 1A 135 2F 32
Octal 274 105 253 0 77 11 32 465 57 62
Binary 10111100 1000101 10101011 0 111111 1001 11010 100110101 101111 110010

Color Harmonies of #BC45AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45AB

Black with #BC45AB

Text Example


Text Example

White with #BC45AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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