Html Css Color HEX #BC6FAF Fuchsia

📋 copy color: '#BC6FAF'

red 188 ◦ green 111 ◦ blue 175

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

Shades of Fuchsia #BC6FAF

Tints of Fuchsia #BC6FAF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.42%

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

R = 39.66%
G = 23.42%
B = 36.92%

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

#BC6FAF (or 0xBC6FAF) is known color: Fuchsia. HEX triplet: BC, 6F and AF. RGB value is (188,111,175). Sum of RGB (Red+Green+Blue) = 188+111+175=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6FAF is #439050. Grayscale: #8D8D8D. Windows color (decimal): -4427857 or 11497404. OLE color: 11497404.

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

Color convert

RGB 188 111 175 -
CMYK 0 0.41 0.07 0.26
HSL 310.13º 0.36% 0.59% -
HSV(B) 310.13º 0.41% 0.74% -
XYZ 34.16 25.16 43.61 -
YUV 141.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 188 111 175 0 0.41 0.07 0.26 310.13 0.36 0.59
Hex BC 6F AF 0 29 7 1A 136 24 3B
Octal 274 157 257 0 51 7 32 466 44 73
Binary 10111100 1101111 10101111 0 101001 111 11010 100110110 100100 111011

Color Harmonies of #BC6FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FAF

Black with #BC6FAF

Text Example


Text Example

White with #BC6FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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