Html Css Color HEX #BC53BB Fuchsia

📋 copy color: '#BC53BB'

red 188 ◦ green 83 ◦ blue 187

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

Shades of Fuchsia #BC53BB

Tints of Fuchsia #BC53BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.12%

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

R = 41.05%
G = 18.12%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC53BB (or 0xBC53BB) is known color: Fuchsia. HEX triplet: BC, 53 and BB. RGB value is (188,83,187). Sum of RGB (Red+Green+Blue) = 188+83+187=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC53BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53BB is #43AC44. Grayscale: #7D7D7D. Windows color (decimal): -4435013 or 12276668. OLE color: 12276668.

HSL color Cylindrical-coordinate representation of color #BC53BB: hue angle of 300.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC53BB is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 83 187 -
CMYK 0 0.56 0.01 0.26
HSL 300.57º 0.44% 0.53% -
HSV(B) 300.57º 0.56% 0.74% -
XYZ 32.8 20.47 49.24 -
YUV 126.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 188 83 187 0 0.56 0.01 0.26 300.57 0.44 0.53
Hex BC 53 BB 0 38 1 1A 12D 2C 35
Octal 274 123 273 0 70 1 32 455 54 65
Binary 10111100 1010011 10111011 0 111000 1 11010 100101101 101100 110101

Color Harmonies of #BC53BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53BB

Black with #BC53BB

Text Example


Text Example

White with #BC53BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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