Html Css Color HEX #BC48AF Fuchsia

📋 copy color: '#BC48AF'

red 188 ◦ green 72 ◦ blue 175

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

Shades of Fuchsia #BC48AF

Tints of Fuchsia #BC48AF

RGB

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

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

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

R = 43.22%
G = 16.55%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC48AF (or 0xBC48AF) is known color: Fuchsia. HEX triplet: BC, 48 and AF. RGB value is (188,72,175). Sum of RGB (Red+Green+Blue) = 188+72+175=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC48AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC48AF is #43B750. Grayscale: #767676. Windows color (decimal): -4437841 or 11487420. OLE color: 11487420.

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

Color convert

RGB 188 72 175 -
CMYK 0 0.62 0.07 0.26
HSL 306.72º 0.46% 0.51% -
HSV(B) 306.72º 0.62% 0.74% -
XYZ 30.79 18.42 42.49 -
YUV 118.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 188 72 175 0 0.62 0.07 0.26 306.72 0.46 0.51
Hex BC 48 AF 0 3E 7 1A 133 2E 33
Octal 274 110 257 0 76 7 32 463 56 63
Binary 10111100 1001000 10101111 0 111110 111 11010 100110011 101110 110011

Color Harmonies of #BC48AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48AF

Black with #BC48AF

Text Example


Text Example

White with #BC48AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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