Html Css Color HEX #BC53B7 Fuchsia

📋 copy color: '#BC53B7'

red 188 ◦ green 83 ◦ blue 183

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

Shades of Fuchsia #BC53B7

Tints of Fuchsia #BC53B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.31%

R = 41.41%
G = 18.28%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC53B7 (or 0xBC53B7) is known color: Fuchsia. HEX triplet: BC, 53 and B7. RGB value is (188,83,183). Sum of RGB (Red+Green+Blue) = 188+83+183=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC53B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53B7 is #43AC48. Grayscale: #7D7D7D. Windows color (decimal): -4435017 or 12014524. OLE color: 12014524.

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

Color convert

RGB 188 83 183 -
CMYK 0 0.56 0.03 0.26
HSL 302.86º 0.44% 0.53% -
HSV(B) 302.86º 0.56% 0.74% -
XYZ 32.38 20.3 47.01 -
YUV 125.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 188 83 183 0 0.56 0.03 0.26 302.86 0.44 0.53
Hex BC 53 B7 0 38 3 1A 12F 2C 35
Octal 274 123 267 0 70 3 32 457 54 65
Binary 10111100 1010011 10110111 0 111000 11 11010 100101111 101100 110101

Color Harmonies of #BC53B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53B7

Black with #BC53B7

Text Example


Text Example

White with #BC53B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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