Html Css Color HEX #BC48A8 Fuchsia

📋 copy color: '#BC48A8'

red 188 ◦ green 72 ◦ blue 168

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

Shades of Fuchsia #BC48A8

Tints of Fuchsia #BC48A8

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.82%

 BLUE value IS 168 (66.02% from 255) = 39.25%

R = 43.93%
G = 16.82%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC48A8 (or 0xBC48A8) is known color: Fuchsia. HEX triplet: BC, 48 and A8. RGB value is (188,72,168). Sum of RGB (Red+Green+Blue) = 188+72+168=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC48A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC48A8 is #43B757. Grayscale: #757575. Windows color (decimal): -4437848 or 11028668. OLE color: 11028668.

HSL color Cylindrical-coordinate representation of color #BC48A8: hue angle of 310.34º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC48A8 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 168 -
CMYK 0 0.62 0.11 0.26
HSL 310.34º 0.46% 0.51% -
HSV(B) 310.34º 0.62% 0.74% -
XYZ 30.12 18.15 38.96 -
YUV 117.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 188 72 168 0 0.62 0.11 0.26 310.34 0.46 0.51
Hex BC 48 A8 0 3E B 1A 136 2E 33
Octal 274 110 250 0 76 13 32 466 56 63
Binary 10111100 1001000 10101000 0 111110 1011 11010 100110110 101110 110011

Color Harmonies of #BC48A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48A8

Black with #BC48A8

Text Example


Text Example

White with #BC48A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48A8; }

 p { color: rgb(188,72,168); }

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

background-color css

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

 a { background-color: rgb(188,72,168); }

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

border-color css

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

 span { border-color: rgb(188,72,168); }

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