Html Css Color HEX #BC28B6 Fuchsia

📋 copy color: '#BC28B6'

red 188 ◦ green 40 ◦ blue 182

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

Shades of Fuchsia #BC28B6

Tints of Fuchsia #BC28B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.39%

R = 45.85%
G = 9.76%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC28B6 (or 0xBC28B6) is known color: Fuchsia. HEX triplet: BC, 28 and B6. RGB value is (188,40,182). Sum of RGB (Red+Green+Blue) = 188+40+182=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC28B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28B6 is #43D749. Grayscale: #646464. Windows color (decimal): -4446026 or 11937980. OLE color: 11937980.

HSL color Cylindrical-coordinate representation of color #BC28B6: hue angle of 302.43º 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 #BC28B6 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 40 182 -
CMYK 0 0.79 0.03 0.26
HSL 302.43º 0.65% 0.45% -
HSV(B) 302.43º 0.79% 0.74% -
XYZ 29.94 15.59 45.69 -
YUV 100.44 174.03 190.45 -
System Red Green Blue C M Y K H S L
Decimal 188 40 182 0 0.79 0.03 0.26 302.43 0.65 0.45
Hex BC 28 B6 0 4F 3 1A 12E 41 2D
Octal 274 50 266 0 117 3 32 456 101 55
Binary 10111100 101000 10110110 0 1001111 11 11010 100101110 1000001 101101

Color Harmonies of #BC28B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28B6

Black with #BC28B6

Text Example


Text Example

White with #BC28B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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