Html Css Color HEX #BC6EAF Fuchsia

📋 copy color: '#BC6EAF'

red 188 ◦ green 110 ◦ blue 175

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

Shades of Fuchsia #BC6EAF

Tints of Fuchsia #BC6EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.26%

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

R = 39.75%
G = 23.26%
B = 37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC6EAF (or 0xBC6EAF) is known color: Fuchsia. HEX triplet: BC, 6E and AF. RGB value is (188,110,175). Sum of RGB (Red+Green+Blue) = 188+110+175=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6EAF is #439150. Grayscale: #8C8C8C. Windows color (decimal): -4428113 or 11497148. OLE color: 11497148.

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

Color convert

RGB 188 110 175 -
CMYK 0 0.41 0.07 0.26
HSL 310º 0.37% 0.58% -
HSV(B) 310º 0.41% 0.74% -
XYZ 34.05 24.94 43.58 -
YUV 140.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 188 110 175 0 0.41 0.07 0.26 310 0.37 0.58
Hex BC 6E AF 0 29 7 1A 136 25 3A
Octal 274 156 257 0 51 7 32 466 45 72
Binary 10111100 1101110 10101111 0 101001 111 11010 100110110 100101 111010

Color Harmonies of #BC6EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EAF

Black with #BC6EAF

Text Example


Text Example

White with #BC6EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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