Html Css Color HEX #BC44AF Fuchsia

📋 copy color: '#BC44AF'

red 188 ◦ green 68 ◦ blue 175

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

Shades of Fuchsia #BC44AF

Tints of Fuchsia #BC44AF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.78%

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

R = 43.62%
G = 15.78%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC44AF (or 0xBC44AF) is known color: Fuchsia. HEX triplet: BC, 44 and AF. RGB value is (188,68,175). Sum of RGB (Red+Green+Blue) = 188+68+175=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC44AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC44AF is #43BB50. Grayscale: #737373. Windows color (decimal): -4438865 or 11486396. OLE color: 11486396.

HSL color Cylindrical-coordinate representation of color #BC44AF: hue angle of 306.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC44AF is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 68 175 -
CMYK 0 0.64 0.07 0.26
HSL 306.5º 0.47% 0.5% -
HSV(B) 306.5º 0.64% 0.74% -
XYZ 30.54 17.92 42.41 -
YUV 116.08 161.26 179.3 -
System Red Green Blue C M Y K H S L
Decimal 188 68 175 0 0.64 0.07 0.26 306.5 0.47 0.5
Hex BC 44 AF 0 40 7 1A 132 2F 32
Octal 274 104 257 0 100 7 32 462 57 62
Binary 10111100 1000100 10101111 0 1000000 111 11010 100110010 101111 110010

Color Harmonies of #BC44AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44AF

Black with #BC44AF

Text Example


Text Example

White with #BC44AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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