Html Css Color HEX #BC39AD Fuchsia

📋 copy color: '#BC39AD'

red 188 ◦ green 57 ◦ blue 173

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

Shades of Fuchsia #BC39AD

Tints of Fuchsia #BC39AD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.64%

 BLUE value IS 173 (67.97% from 255) = 41.39%

R = 44.98%
G = 13.64%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC39AD (or 0xBC39AD) is known color: Fuchsia. HEX triplet: BC, 39 and AD. RGB value is (188,57,173). Sum of RGB (Red+Green+Blue) = 188+57+173=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC39AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC39AD is #43C652. Grayscale: #6D6D6D. Windows color (decimal): -4441683 or 11352508. OLE color: 11352508.

HSL color Cylindrical-coordinate representation of color #BC39AD: hue angle of 306.87º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC39AD is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 173 -
CMYK 0 0.70 0.08 0.26
HSL 306.87º 0.53% 0.48% -
HSV(B) 306.87º 0.7% 0.74% -
XYZ 29.74 16.63 41.18 -
YUV 109.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 188 57 173 0 0.70 0.08 0.26 306.87 0.53 0.48
Hex BC 39 AD 0 46 8 1A 133 35 30
Octal 274 71 255 0 106 10 32 463 65 60
Binary 10111100 111001 10101101 0 1000110 1000 11010 100110011 110101 110000

Color Harmonies of #BC39AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC39AD

Black with #BC39AD

Text Example


Text Example

White with #BC39AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC39AD; }

 p { color: rgb(188,57,173); }

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

background-color css

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

 a { background-color: rgb(188,57,173); }

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

border-color css

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

 span { border-color: rgb(188,57,173); }

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