Html Css Color HEX #BC73C5 Fuchsia

📋 copy color: '#BC73C5'

red 188 ◦ green 115 ◦ blue 197

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

Shades of Fuchsia #BC73C5

Tints of Fuchsia #BC73C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.4%

R = 37.6%
G = 23%
B = 39.4%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC73C5 (or 0xBC73C5) is known color: Fuchsia. HEX triplet: BC, 73 and C5. RGB value is (188,115,197). Sum of RGB (Red+Green+Blue) = 188+115+197=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC73C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73C5 is #438C3A. Grayscale: #919191. Windows color (decimal): -4426811 or 12940220. OLE color: 12940220.

HSL color Cylindrical-coordinate representation of color #BC73C5: hue angle of 293.41º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC73C5 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 115 197 -
CMYK 0.05 0.42 0 0.23
HSL 293.41º 0.41% 0.61% -
HSV(B) 293.41º 0.42% 0.77% -
XYZ 36.95 26.98 56.08 -
YUV 146.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 188 115 197 0.05 0.42 0 0.23 293.41 0.41 0.61
Hex BC 73 C5 5 2A 0 17 125 29 3D
Octal 274 163 305 5 52 0 27 445 51 75
Binary 10111100 1110011 11000101 101 101010 0 10111 100100101 101001 111101

Color Harmonies of #BC73C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73C5

Black with #BC73C5

Text Example


Text Example

White with #BC73C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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