Html Css Color HEX #BC6CAF Fuchsia

📋 copy color: '#BC6CAF'

red 188 ◦ green 108 ◦ blue 175

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

Shades of Fuchsia #BC6CAF

Tints of Fuchsia #BC6CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.93%

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

R = 39.92%
G = 22.93%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC6CAF (or 0xBC6CAF) is known color: Fuchsia. HEX triplet: BC, 6C and AF. RGB value is (188,108,175). Sum of RGB (Red+Green+Blue) = 188+108+175=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6CAF is #439350. Grayscale: #8B8B8B. Windows color (decimal): -4428625 or 11496636. OLE color: 11496636.

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

Color convert

RGB 188 108 175 -
CMYK 0 0.43 0.07 0.26
HSL 309.75º 0.37% 0.58% -
HSV(B) 309.75º 0.43% 0.74% -
XYZ 33.84 24.51 43.51 -
YUV 139.56 148 162.55 -
System Red Green Blue C M Y K H S L
Decimal 188 108 175 0 0.43 0.07 0.26 309.75 0.37 0.58
Hex BC 6C AF 0 2B 7 1A 136 25 3A
Octal 274 154 257 0 53 7 32 466 45 72
Binary 10111100 1101100 10101111 0 101011 111 11010 100110110 100101 111010

Color Harmonies of #BC6CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CAF

Black with #BC6CAF

Text Example


Text Example

White with #BC6CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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