Html Css Color HEX #BC73BA Fuchsia

📋 copy color: '#BC73BA'

red 188 ◦ green 115 ◦ blue 186

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

Shades of Fuchsia #BC73BA

Tints of Fuchsia #BC73BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.52%

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 38.45%
G = 23.52%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC73BA (or 0xBC73BA) is known color: Fuchsia. HEX triplet: BC, 73 and BA. RGB value is (188,115,186). Sum of RGB (Red+Green+Blue) = 188+115+186=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73BA is #438C45. Grayscale: #909090. Windows color (decimal): -4426822 or 12219324. OLE color: 12219324.

HSL color Cylindrical-coordinate representation of color #BC73BA: hue angle of 301.64º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC73BA is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 115 186 -
CMYK 0 0.39 0.01 0.26
HSL 301.64º 0.35% 0.59% -
HSV(B) 301.64º 0.39% 0.74% -
XYZ 35.73 26.5 49.69 -
YUV 144.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 188 115 186 0 0.39 0.01 0.26 301.64 0.35 0.59
Hex BC 73 BA 0 27 1 1A 12E 23 3B
Octal 274 163 272 0 47 1 32 456 43 73
Binary 10111100 1110011 10111010 0 100111 1 11010 100101110 100011 111011

Color Harmonies of #BC73BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73BA

Black with #BC73BA

Text Example


Text Example

White with #BC73BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73BA; }

 p { color: rgb(188,115,186); }

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

background-color css

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

 a { background-color: rgb(188,115,186); }

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

border-color css

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

 span { border-color: rgb(188,115,186); }

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