Html Css Color HEX #BC73BE Fuchsia

📋 copy color: '#BC73BE'

red 188 ◦ green 115 ◦ blue 190

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

Shades of Fuchsia #BC73BE

Tints of Fuchsia #BC73BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.54%

R = 38.13%
G = 23.33%
B = 38.54%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC73BE (or 0xBC73BE) is known color: Fuchsia. HEX triplet: BC, 73 and BE. RGB value is (188,115,190). Sum of RGB (Red+Green+Blue) = 188+115+190=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC73BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73BE is #438C41. Grayscale: #919191. Windows color (decimal): -4426818 or 12481468. OLE color: 12481468.

HSL color Cylindrical-coordinate representation of color #BC73BE: hue angle of 298.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC73BE is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 115 190 -
CMYK 0.01 0.39 0 0.25
HSL 298.4º 0.37% 0.6% -
HSV(B) 298.4º 0.39% 0.75% -
XYZ 36.16 26.67 51.96 -
YUV 145.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 188 115 190 0.01 0.39 0 0.25 298.4 0.37 0.6
Hex BC 73 BE 1 27 0 19 12A 25 3C
Octal 274 163 276 1 47 0 31 452 45 74
Binary 10111100 1110011 10111110 1 100111 0 11001 100101010 100101 111100

Color Harmonies of #BC73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73BE

Black with #BC73BE

Text Example


Text Example

White with #BC73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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