Html Css Color HEX #BC28BE Fuchsia

📋 copy color: '#BC28BE'

red 188 ◦ green 40 ◦ blue 190

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

Shades of Fuchsia #BC28BE

Tints of Fuchsia #BC28BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.57%

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

R = 44.98%
G = 9.57%
B = 45.45%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC28BE (or 0xBC28BE) is known color: Fuchsia. HEX triplet: BC, 28 and BE. RGB value is (188,40,190). Sum of RGB (Red+Green+Blue) = 188+40+190=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC28BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28BE is #43D741. Grayscale: #646464. Windows color (decimal): -4446018 or 12462268. OLE color: 12462268.

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

Color convert

RGB 188 40 190 -
CMYK 0.01 0.79 0 0.25
HSL 299.2º 0.65% 0.45% -
HSV(B) 299.2º 0.79% 0.75% -
XYZ 30.79 15.93 50.17 -
YUV 101.35 178.03 189.8 -
System Red Green Blue C M Y K H S L
Decimal 188 40 190 0.01 0.79 0 0.25 299.2 0.65 0.45
Hex BC 28 BE 1 4F 0 19 12B 41 2D
Octal 274 50 276 1 117 0 31 453 101 55
Binary 10111100 101000 10111110 1 1001111 0 11001 100101011 1000001 101101

Color Harmonies of #BC28BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28BE

Black with #BC28BE

Text Example


Text Example

White with #BC28BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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