Html Css Color HEX #BC6BBE Fuchsia

📋 copy color: '#BC6BBE'

red 188 ◦ green 107 ◦ blue 190

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

Shades of Fuchsia #BC6BBE

Tints of Fuchsia #BC6BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 38.76%
G = 22.06%
B = 39.18%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC6BBE (or 0xBC6BBE) is known color: Fuchsia. HEX triplet: BC, 6B and BE. RGB value is (188,107,190). Sum of RGB (Red+Green+Blue) = 188+107+190=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC6BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BBE is #439441. Grayscale: #8C8C8C. Windows color (decimal): -4428866 or 12479420. OLE color: 12479420.

HSL color Cylindrical-coordinate representation of color #BC6BBE: hue angle of 298.55º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6BBE is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 107 190 -
CMYK 0.01 0.44 0 0.25
HSL 298.55º 0.39% 0.58% -
HSV(B) 298.55º 0.44% 0.75% -
XYZ 35.29 24.92 51.67 -
YUV 140.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 188 107 190 0.01 0.44 0 0.25 298.55 0.39 0.58
Hex BC 6B BE 1 2C 0 19 12B 27 3A
Octal 274 153 276 1 54 0 31 453 47 72
Binary 10111100 1101011 10111110 1 101100 0 11001 100101011 100111 111010

Color Harmonies of #BC6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6BBE

Black with #BC6BBE

Text Example


Text Example

White with #BC6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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