Html Css Color HEX #BC48BA Fuchsia

📋 copy color: '#BC48BA'

red 188 ◦ green 72 ◦ blue 186

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

Shades of Fuchsia #BC48BA

Tints of Fuchsia #BC48BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 42.15%
G = 16.14%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC48BA (or 0xBC48BA) is known color: Fuchsia. HEX triplet: BC, 48 and BA. RGB value is (188,72,186). Sum of RGB (Red+Green+Blue) = 188+72+186=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC48BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48BA is #43B745. Grayscale: #777777. Windows color (decimal): -4437830 or 12208316. OLE color: 12208316.

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

Color convert

RGB 188 72 186 -
CMYK 0 0.62 0.01 0.26
HSL 301.03º 0.46% 0.51% -
HSV(B) 301.03º 0.62% 0.74% -
XYZ 31.92 18.87 48.41 -
YUV 119.68 165.43 176.73 -
System Red Green Blue C M Y K H S L
Decimal 188 72 186 0 0.62 0.01 0.26 301.03 0.46 0.51
Hex BC 48 BA 0 3E 1 1A 12D 2E 33
Octal 274 110 272 0 76 1 32 455 56 63
Binary 10111100 1001000 10111010 0 111110 1 11010 100101101 101110 110011

Color Harmonies of #BC48BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48BA

Black with #BC48BA

Text Example


Text Example

White with #BC48BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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