Html Css Color HEX #BC53B5 Fuchsia

📋 copy color: '#BC53B5'

red 188 ◦ green 83 ◦ blue 181

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

Shades of Fuchsia #BC53B5

Tints of Fuchsia #BC53B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.04%

R = 41.59%
G = 18.36%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC53B5 (or 0xBC53B5) is known color: Fuchsia. HEX triplet: BC, 53 and B5. RGB value is (188,83,181). Sum of RGB (Red+Green+Blue) = 188+83+181=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC53B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53B5 is #43AC4A. Grayscale: #7D7D7D. Windows color (decimal): -4435019 or 11883452. OLE color: 11883452.

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

Color convert

RGB 188 83 181 -
CMYK 0 0.56 0.04 0.26
HSL 304º 0.44% 0.53% -
HSV(B) 304º 0.56% 0.74% -
XYZ 32.17 20.21 45.92 -
YUV 125.57 159.29 172.53 -
System Red Green Blue C M Y K H S L
Decimal 188 83 181 0 0.56 0.04 0.26 304 0.44 0.53
Hex BC 53 B5 0 38 4 1A 130 2C 35
Octal 274 123 265 0 70 4 32 460 54 65
Binary 10111100 1010011 10110101 0 111000 100 11010 100110000 101100 110101

Color Harmonies of #BC53B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53B5

Black with #BC53B5

Text Example


Text Example

White with #BC53B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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