Html Css Color HEX #BC28B7 Fuchsia

📋 copy color: '#BC28B7'

red 188 ◦ green 40 ◦ blue 183

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

Shades of Fuchsia #BC28B7

Tints of Fuchsia #BC28B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.53%

R = 45.74%
G = 9.73%
B = 44.53%

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

#BC28B7 (or 0xBC28B7) is known color: Fuchsia. HEX triplet: BC, 28 and B7. RGB value is (188,40,183). Sum of RGB (Red+Green+Blue) = 188+40+183=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC28B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28B7 is #43D748. Grayscale: #646464. Windows color (decimal): -4446025 or 12003516. OLE color: 12003516.

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

Color convert

RGB 188 40 183 -
CMYK 0 0.79 0.03 0.26
HSL 302.03º 0.65% 0.45% -
HSV(B) 302.03º 0.79% 0.74% -
XYZ 30.05 15.63 46.23 -
YUV 100.55 174.53 190.37 -
System Red Green Blue C M Y K H S L
Decimal 188 40 183 0 0.79 0.03 0.26 302.03 0.65 0.45
Hex BC 28 B7 0 4F 3 1A 12E 41 2D
Octal 274 50 267 0 117 3 32 456 101 55
Binary 10111100 101000 10110111 0 1001111 11 11010 100101110 1000001 101101

Color Harmonies of #BC28B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28B7

Black with #BC28B7

Text Example


Text Example

White with #BC28B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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