Html Css Color HEX #BC53AF Fuchsia

📋 copy color: '#BC53AF'

red 188 ◦ green 83 ◦ blue 175

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

Shades of Fuchsia #BC53AF

Tints of Fuchsia #BC53AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.24%

R = 42.15%
G = 18.61%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC53AF (or 0xBC53AF) is known color: Fuchsia. HEX triplet: BC, 53 and AF. RGB value is (188,83,175). Sum of RGB (Red+Green+Blue) = 188+83+175=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC53AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC53AF is #43AC50. Grayscale: #7C7C7C. Windows color (decimal): -4435025 or 11490236. OLE color: 11490236.

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

Color convert

RGB 188 83 175 -
CMYK 0 0.56 0.07 0.26
HSL 307.43º 0.44% 0.53% -
HSV(B) 307.43º 0.56% 0.74% -
XYZ 31.57 19.97 42.75 -
YUV 124.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 188 83 175 0 0.56 0.07 0.26 307.43 0.44 0.53
Hex BC 53 AF 0 38 7 1A 133 2C 35
Octal 274 123 257 0 70 7 32 463 54 65
Binary 10111100 1010011 10101111 0 111000 111 11010 100110011 101100 110101

Color Harmonies of #BC53AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53AF

Black with #BC53AF

Text Example


Text Example

White with #BC53AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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