Html Css Color HEX #BC28B3 Fuchsia

📋 copy color: '#BC28B3'

red 188 ◦ green 40 ◦ blue 179

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

Shades of Fuchsia #BC28B3

Tints of Fuchsia #BC28B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.98%

R = 46.19%
G = 9.83%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC28B3 (or 0xBC28B3) is known color: Fuchsia. HEX triplet: BC, 28 and B3. RGB value is (188,40,179). Sum of RGB (Red+Green+Blue) = 188+40+179=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC28B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28B3 is #43D74C. Grayscale: #636363. Windows color (decimal): -4446029 or 11741372. OLE color: 11741372.

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

Color convert

RGB 188 40 179 -
CMYK 0 0.79 0.05 0.26
HSL 303.65º 0.65% 0.45% -
HSV(B) 303.65º 0.79% 0.74% -
XYZ 29.63 15.46 44.07 -
YUV 100.1 172.53 190.7 -
System Red Green Blue C M Y K H S L
Decimal 188 40 179 0 0.79 0.05 0.26 303.65 0.65 0.45
Hex BC 28 B3 0 4F 5 1A 130 41 2D
Octal 274 50 263 0 117 5 32 460 101 55
Binary 10111100 101000 10110011 0 1001111 101 11010 100110000 1000001 101101

Color Harmonies of #BC28B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28B3

Black with #BC28B3

Text Example


Text Example

White with #BC28B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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