Html Css Color HEX #BC6CBA Fuchsia

📋 copy color: '#BC6CBA'

red 188 ◦ green 108 ◦ blue 186

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

Shades of Fuchsia #BC6CBA

Tints of Fuchsia #BC6CBA

RGB

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

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

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

R = 39%
G = 22.41%
B = 38.59%

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

#BC6CBA (or 0xBC6CBA) is known color: Fuchsia. HEX triplet: BC, 6C and BA. RGB value is (188,108,186). Sum of RGB (Red+Green+Blue) = 188+108+186=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CBA is #439345. Grayscale: #8C8C8C. Windows color (decimal): -4428614 or 12217532. OLE color: 12217532.

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

Color convert

RGB 188 108 186 -
CMYK 0 0.43 0.01 0.26
HSL 301.5º 0.37% 0.58% -
HSV(B) 301.5º 0.43% 0.74% -
XYZ 34.96 24.96 49.43 -
YUV 140.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 188 108 186 0 0.43 0.01 0.26 301.5 0.37 0.58
Hex BC 6C BA 0 2B 1 1A 12E 25 3A
Octal 274 154 272 0 53 1 32 456 45 72
Binary 10111100 1101100 10111010 0 101011 1 11010 100101110 100101 111010

Color Harmonies of #BC6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CBA

Black with #BC6CBA

Text Example


Text Example

White with #BC6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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