Html Css Color HEX #BC28AF Fuchsia

📋 copy color: '#BC28AF'

red 188 ◦ green 40 ◦ blue 175

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

Shades of Fuchsia #BC28AF

Tints of Fuchsia #BC28AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 46.65%
G = 9.93%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC28AF (or 0xBC28AF) is known color: Fuchsia. HEX triplet: BC, 28 and AF. RGB value is (188,40,175). Sum of RGB (Red+Green+Blue) = 188+40+175=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC28AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC28AF is #43D750. Grayscale: #636363. Windows color (decimal): -4446033 or 11479228. OLE color: 11479228.

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

Color convert

RGB 188 40 175 -
CMYK 0 0.79 0.07 0.26
HSL 305.27º 0.65% 0.45% -
HSV(B) 305.27º 0.79% 0.74% -
XYZ 29.24 15.3 41.97 -
YUV 99.64 170.53 191.02 -
System Red Green Blue C M Y K H S L
Decimal 188 40 175 0 0.79 0.07 0.26 305.27 0.65 0.45
Hex BC 28 AF 0 4F 7 1A 131 41 2D
Octal 274 50 257 0 117 7 32 461 101 55
Binary 10111100 101000 10101111 0 1001111 111 11010 100110001 1000001 101101

Color Harmonies of #BC28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28AF

Black with #BC28AF

Text Example


Text Example

White with #BC28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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