Html Css Color HEX #BC48A6 Fuchsia

📋 copy color: '#BC48A6'

red 188 ◦ green 72 ◦ blue 166

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

Shades of Fuchsia #BC48A6

Tints of Fuchsia #BC48A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.97%

R = 44.13%
G = 16.9%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC48A6 (or 0xBC48A6) is known color: Fuchsia. HEX triplet: BC, 48 and A6. RGB value is (188,72,166). Sum of RGB (Red+Green+Blue) = 188+72+166=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC48A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC48A6 is #43B759. Grayscale: #757575. Windows color (decimal): -4437850 or 10897596. OLE color: 10897596.

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

Color convert

RGB 188 72 166 -
CMYK 0 0.62 0.12 0.26
HSL 311.38º 0.46% 0.51% -
HSV(B) 311.38º 0.62% 0.74% -
XYZ 29.94 18.08 37.99 -
YUV 117.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 188 72 166 0 0.62 0.12 0.26 311.38 0.46 0.51
Hex BC 48 A6 0 3E C 1A 137 2E 33
Octal 274 110 246 0 76 14 32 467 56 63
Binary 10111100 1001000 10100110 0 111110 1100 11010 100110111 101110 110011

Color Harmonies of #BC48A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48A6

Black with #BC48A6

Text Example


Text Example

White with #BC48A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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