Html Css Color HEX #BC62AD Fuchsia

📋 copy color: '#BC62AD'

red 188 ◦ green 98 ◦ blue 173

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

Shades of Fuchsia #BC62AD

Tints of Fuchsia #BC62AD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.35%

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

R = 40.96%
G = 21.35%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC62AD (or 0xBC62AD) is known color: Fuchsia. HEX triplet: BC, 62 and AD. RGB value is (188,98,173). Sum of RGB (Red+Green+Blue) = 188+98+173=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC62AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC62AD is #439D52. Grayscale: #858585. Windows color (decimal): -4431187 or 11363004. OLE color: 11363004.

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

Color convert

RGB 188 98 173 -
CMYK 0 0.48 0.08 0.26
HSL 310º 0.4% 0.56% -
HSV(B) 310º 0.48% 0.74% -
XYZ 32.65 22.44 42.15 -
YUV 133.46 150.32 166.9 -
System Red Green Blue C M Y K H S L
Decimal 188 98 173 0 0.48 0.08 0.26 310 0.4 0.56
Hex BC 62 AD 0 30 8 1A 136 28 38
Octal 274 142 255 0 60 10 32 466 50 70
Binary 10111100 1100010 10101101 0 110000 1000 11010 100110110 101000 111000

Color Harmonies of #BC62AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62AD

Black with #BC62AD

Text Example


Text Example

White with #BC62AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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