Html Css Color HEX #BC50B7 Fuchsia

📋 copy color: '#BC50B7'

red 188 ◦ green 80 ◦ blue 183

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

Shades of Fuchsia #BC50B7

Tints of Fuchsia #BC50B7

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.74%

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

R = 41.69%
G = 17.74%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC50B7 (or 0xBC50B7) is known color: Fuchsia. HEX triplet: BC, 50 and B7. RGB value is (188,80,183). Sum of RGB (Red+Green+Blue) = 188+80+183=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC50B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50B7 is #43AF48. Grayscale: #7B7B7B. Windows color (decimal): -4435785 or 12013756. OLE color: 12013756.

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

Color convert

RGB 188 80 183 -
CMYK 0 0.57 0.03 0.26
HSL 302.78º 0.45% 0.53% -
HSV(B) 302.78º 0.57% 0.74% -
XYZ 32.15 19.85 46.94 -
YUV 124.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 188 80 183 0 0.57 0.03 0.26 302.78 0.45 0.53
Hex BC 50 B7 0 39 3 1A 12F 2D 35
Octal 274 120 267 0 71 3 32 457 55 65
Binary 10111100 1010000 10110111 0 111001 11 11010 100101111 101101 110101

Color Harmonies of #BC50B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC50B7

Black with #BC50B7

Text Example


Text Example

White with #BC50B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC50B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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