Html Css Color HEX #BC62AF Fuchsia

📋 copy color: '#BC62AF'

red 188 ◦ green 98 ◦ blue 175

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

Shades of Fuchsia #BC62AF

Tints of Fuchsia #BC62AF

RGB

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

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

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

R = 40.78%
G = 21.26%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC62AF (or 0xBC62AF) is known color: Fuchsia. HEX triplet: BC, 62 and AF. RGB value is (188,98,175). Sum of RGB (Red+Green+Blue) = 188+98+175=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC62AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC62AF is #439D50. Grayscale: #858585. Windows color (decimal): -4431185 or 11494076. OLE color: 11494076.

HSL color Cylindrical-coordinate representation of color #BC62AF: hue angle of 308.67º 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 #BC62AF is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 98 175 -
CMYK 0 0.48 0.07 0.26
HSL 308.67º 0.4% 0.56% -
HSV(B) 308.67º 0.48% 0.74% -
XYZ 32.84 22.52 43.17 -
YUV 133.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 188 98 175 0 0.48 0.07 0.26 308.67 0.4 0.56
Hex BC 62 AF 0 30 7 1A 135 28 38
Octal 274 142 257 0 60 7 32 465 50 70
Binary 10111100 1100010 10101111 0 110000 111 11010 100110101 101000 111000

Color Harmonies of #BC62AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62AF

Black with #BC62AF

Text Example


Text Example

White with #BC62AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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