Html Css Color HEX #BC28B0 Fuchsia

📋 copy color: '#BC28B0'

red 188 ◦ green 40 ◦ blue 176

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

Shades of Fuchsia #BC28B0

Tints of Fuchsia #BC28B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.56%

R = 46.53%
G = 9.9%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC28B0 (or 0xBC28B0) is known color: Fuchsia. HEX triplet: BC, 28 and B0. RGB value is (188,40,176). Sum of RGB (Red+Green+Blue) = 188+40+176=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC28B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC28B0 is #43D74F. Grayscale: #636363. Windows color (decimal): -4446032 or 11544764. OLE color: 11544764.

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

Color convert

RGB 188 40 176 -
CMYK 0 0.79 0.06 0.26
HSL 304.86º 0.65% 0.45% -
HSV(B) 304.86º 0.79% 0.74% -
XYZ 29.33 15.34 42.49 -
YUV 99.76 171.03 190.94 -
System Red Green Blue C M Y K H S L
Decimal 188 40 176 0 0.79 0.06 0.26 304.86 0.65 0.45
Hex BC 28 B0 0 4F 6 1A 131 41 2D
Octal 274 50 260 0 117 6 32 461 101 55
Binary 10111100 101000 10110000 0 1001111 110 11010 100110001 1000001 101101

Color Harmonies of #BC28B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28B0

Black with #BC28B0

Text Example


Text Example

White with #BC28B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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