Html Css Color HEX #BC6CB1 Fuchsia

📋 copy color: '#BC6CB1'

red 188 ◦ green 108 ◦ blue 177

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

Shades of Fuchsia #BC6CB1

Tints of Fuchsia #BC6CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.42%

R = 39.75%
G = 22.83%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC6CB1 (or 0xBC6CB1) is known color: Fuchsia. HEX triplet: BC, 6C and B1. RGB value is (188,108,177). Sum of RGB (Red+Green+Blue) = 188+108+177=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6CB1 is #43934E. Grayscale: #8B8B8B. Windows color (decimal): -4428623 or 11627708. OLE color: 11627708.

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

Color convert

RGB 188 108 177 -
CMYK 0 0.43 0.06 0.26
HSL 308.25º 0.37% 0.58% -
HSV(B) 308.25º 0.43% 0.74% -
XYZ 34.04 24.59 44.55 -
YUV 139.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 188 108 177 0 0.43 0.06 0.26 308.25 0.37 0.58
Hex BC 6C B1 0 2B 6 1A 134 25 3A
Octal 274 154 261 0 53 6 32 464 45 72
Binary 10111100 1101100 10110001 0 101011 110 11010 100110100 100101 111010

Color Harmonies of #BC6CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CB1

Black with #BC6CB1

Text Example


Text Example

White with #BC6CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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