Html Css Color HEX #BC38AD Fuchsia

📋 copy color: '#BC38AD'

red 188 ◦ green 56 ◦ blue 173

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

Shades of Fuchsia #BC38AD

Tints of Fuchsia #BC38AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.43%

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

R = 45.08%
G = 13.43%
B = 41.49%

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

#BC38AD (or 0xBC38AD) is known color: Fuchsia. HEX triplet: BC, 38 and AD. RGB value is (188,56,173). Sum of RGB (Red+Green+Blue) = 188+56+173=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC38AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC38AD is #43C752. Grayscale: #6C6C6C. Windows color (decimal): -4441939 or 11352252. OLE color: 11352252.

HSL color Cylindrical-coordinate representation of color #BC38AD: hue angle of 306.82º degrees, saturation: 0.54, 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 #BC38AD is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 56 173 -
CMYK 0 0.70 0.08 0.26
HSL 306.82º 0.54% 0.48% -
HSV(B) 306.82º 0.7% 0.74% -
XYZ 29.7 16.54 41.16 -
YUV 108.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 188 56 173 0 0.70 0.08 0.26 306.82 0.54 0.48
Hex BC 38 AD 0 46 8 1A 133 36 30
Octal 274 70 255 0 106 10 32 463 66 60
Binary 10111100 111000 10101101 0 1000110 1000 11010 100110011 110110 110000

Color Harmonies of #BC38AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38AD

Black with #BC38AD

Text Example


Text Example

White with #BC38AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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