Html Css Color HEX #BC6BBA Fuchsia

📋 copy color: '#BC6BBA'

red 188 ◦ green 107 ◦ blue 186

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

Shades of Fuchsia #BC6BBA

Tints of Fuchsia #BC6BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.25%

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 39.09%
G = 22.25%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC6BBA (or 0xBC6BBA) is known color: Fuchsia. HEX triplet: BC, 6B and BA. RGB value is (188,107,186). Sum of RGB (Red+Green+Blue) = 188+107+186=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BBA is #439445. Grayscale: #8B8B8B. Windows color (decimal): -4428870 or 12217276. OLE color: 12217276.

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

Color convert

RGB 188 107 186 -
CMYK 0 0.43 0.01 0.26
HSL 301.48º 0.38% 0.58% -
HSV(B) 301.48º 0.43% 0.74% -
XYZ 34.86 24.75 49.39 -
YUV 140.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 188 107 186 0 0.43 0.01 0.26 301.48 0.38 0.58
Hex BC 6B BA 0 2B 1 1A 12D 26 3A
Octal 274 153 272 0 53 1 32 455 46 72
Binary 10111100 1101011 10111010 0 101011 1 11010 100101101 100110 111010

Color Harmonies of #BC6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6BBA

Black with #BC6BBA

Text Example


Text Example

White with #BC6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6BBA; }

 p { color: rgb(188,107,186); }

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

background-color css

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

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

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

border-color css

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

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

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