Html Css Color HEX #BC50BB Fuchsia

📋 copy color: '#BC50BB'

red 188 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #BC50BB

Tints of Fuchsia #BC50BB

RGB

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

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

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

R = 41.32%
G = 17.58%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC50BB (or 0xBC50BB) is known color: Fuchsia. HEX triplet: BC, 50 and BB. RGB value is (188,80,187). Sum of RGB (Red+Green+Blue) = 188+80+187=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC50BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50BB is #43AF44. Grayscale: #7C7C7C. Windows color (decimal): -4435781 or 12275900. OLE color: 12275900.

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

Color convert

RGB 188 80 187 -
CMYK 0 0.57 0.01 0.26
HSL 300.56º 0.45% 0.53% -
HSV(B) 300.56º 0.57% 0.74% -
XYZ 32.58 20.02 49.16 -
YUV 124.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 188 80 187 0 0.57 0.01 0.26 300.56 0.45 0.53
Hex BC 50 BB 0 39 1 1A 12D 2D 35
Octal 274 120 273 0 71 1 32 455 55 65
Binary 10111100 1010000 10111011 0 111001 1 11010 100101101 101101 110101

Color Harmonies of #BC50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC50BB

Black with #BC50BB

Text Example


Text Example

White with #BC50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC50BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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