Html Css Color HEX #BC72C0 Fuchsia

📋 copy color: '#BC72C0'

red 188 ◦ green 114 ◦ blue 192

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

Shades of Fuchsia #BC72C0

Tints of Fuchsia #BC72C0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.08%

 BLUE value IS 192 (75.39% from 255) = 38.87%

R = 38.06%
G = 23.08%
B = 38.87%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC72C0 (or 0xBC72C0) is known color: Fuchsia. HEX triplet: BC, 72 and C0. RGB value is (188,114,192). Sum of RGB (Red+Green+Blue) = 188+114+192=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC72C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72C0 is #438D3F. Grayscale: #909090. Windows color (decimal): -4427072 or 12612284. OLE color: 12612284.

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

Color convert

RGB 188 114 192 -
CMYK 0.02 0.41 0 0.25
HSL 296.92º 0.38% 0.6% -
HSV(B) 296.92º 0.41% 0.75% -
XYZ 36.27 26.53 53.08 -
YUV 145.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 188 114 192 0.02 0.41 0 0.25 296.92 0.38 0.6
Hex BC 72 C0 2 29 0 19 129 26 3C
Octal 274 162 300 2 51 0 31 451 46 74
Binary 10111100 1110010 11000000 10 101001 0 11001 100101001 100110 111100

Color Harmonies of #BC72C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC72C0

Black with #BC72C0

Text Example


Text Example

White with #BC72C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC72C0; }

 p { color: rgb(188,114,192); }

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

background-color css

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

 a { background-color: rgb(188,114,192); }

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

border-color css

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

 span { border-color: rgb(188,114,192); }

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