Html Css Color HEX #BC6EB2 Fuchsia

📋 copy color: '#BC6EB2'

red 188 ◦ green 110 ◦ blue 178

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

Shades of Fuchsia #BC6EB2

Tints of Fuchsia #BC6EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.39%

R = 39.5%
G = 23.11%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC6EB2 (or 0xBC6EB2) is known color: Fuchsia. HEX triplet: BC, 6E and B2. RGB value is (188,110,178). Sum of RGB (Red+Green+Blue) = 188+110+178=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6EB2 is #43914D. Grayscale: #8C8C8C. Windows color (decimal): -4428110 or 11693756. OLE color: 11693756.

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

Color convert

RGB 188 110 178 -
CMYK 0 0.41 0.05 0.26
HSL 307.69º 0.37% 0.58% -
HSV(B) 307.69º 0.41% 0.74% -
XYZ 34.35 25.06 45.15 -
YUV 141.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 188 110 178 0 0.41 0.05 0.26 307.69 0.37 0.58
Hex BC 6E B2 0 29 5 1A 134 25 3A
Octal 274 156 262 0 51 5 32 464 45 72
Binary 10111100 1101110 10110010 0 101001 101 11010 100110100 100101 111010

Color Harmonies of #BC6EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EB2

Black with #BC6EB2

Text Example


Text Example

White with #BC6EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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