Html Css Color HEX #BC36AD Fuchsia

📋 copy color: '#BC36AD'

red 188 ◦ green 54 ◦ blue 173

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

Shades of Fuchsia #BC36AD

Tints of Fuchsia #BC36AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.01%

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

R = 45.3%
G = 13.01%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC36AD (or 0xBC36AD) is known color: Fuchsia. HEX triplet: BC, 36 and AD. RGB value is (188,54,173). Sum of RGB (Red+Green+Blue) = 188+54+173=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC36AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC36AD is #43C952. Grayscale: #6B6B6B. Windows color (decimal): -4442451 or 11351740. OLE color: 11351740.

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

Color convert

RGB 188 54 173 -
CMYK 0 0.71 0.08 0.26
HSL 306.72º 0.55% 0.47% -
HSV(B) 306.72º 0.71% 0.74% -
XYZ 29.6 16.35 41.13 -
YUV 107.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 188 54 173 0 0.71 0.08 0.26 306.72 0.55 0.47
Hex BC 36 AD 0 47 8 1A 133 37 2F
Octal 274 66 255 0 107 10 32 463 67 57
Binary 10111100 110110 10101101 0 1000111 1000 11010 100110011 110111 101111

Color Harmonies of #BC36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36AD

Black with #BC36AD

Text Example


Text Example

White with #BC36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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