Html Css Color HEX #BC6FBC Fuchsia

📋 copy color: '#BC6FBC'

red 188 ◦ green 111 ◦ blue 188

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

Shades of Fuchsia #BC6FBC

Tints of Fuchsia #BC6FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.6%

R = 38.6%
G = 22.79%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC6FBC (or 0xBC6FBC) is known color: Fuchsia. HEX triplet: BC, 6F and BC. RGB value is (188,111,188). Sum of RGB (Red+Green+Blue) = 188+111+188=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC6FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FBC is #439043. Grayscale: #8E8E8E. Windows color (decimal): -4427844 or 12349372. OLE color: 12349372.

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

Color convert

RGB 188 111 188 -
CMYK 0 0.41 0 0.26
HSL 300º 0.36% 0.59% -
HSV(B) 300º 0.41% 0.74% -
XYZ 35.5 25.69 50.66 -
YUV 142.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 188 111 188 0 0.41 0 0.26 300 0.36 0.59
Hex BC 6F BC 0 29 0 1A 12C 24 3B
Octal 274 157 274 0 51 0 32 454 44 73
Binary 10111100 1101111 10111100 0 101001 0 11010 100101100 100100 111011

Color Harmonies of #BC6FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FBC

Black with #BC6FBC

Text Example


Text Example

White with #BC6FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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