Html Css Color HEX #BC68BB Fuchsia

📋 copy color: '#BC68BB'

red 188 ◦ green 104 ◦ blue 187

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

Shades of Fuchsia #BC68BB

Tints of Fuchsia #BC68BB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.71%

 BLUE value IS 187 (73.44% from 255) = 39.04%

R = 39.25%
G = 21.71%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC68BB (or 0xBC68BB) is known color: Fuchsia. HEX triplet: BC, 68 and BB. RGB value is (188,104,187). Sum of RGB (Red+Green+Blue) = 188+104+187=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC68BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68BB is #439744. Grayscale: #8A8A8A. Windows color (decimal): -4429637 or 12282044. OLE color: 12282044.

HSL color Cylindrical-coordinate representation of color #BC68BB: hue angle of 300.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC68BB is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 104 187 -
CMYK 0 0.45 0.01 0.26
HSL 300.71º 0.39% 0.57% -
HSV(B) 300.71º 0.45% 0.74% -
XYZ 34.66 24.18 49.85 -
YUV 138.58 155.33 163.25 -
System Red Green Blue C M Y K H S L
Decimal 188 104 187 0 0.45 0.01 0.26 300.71 0.39 0.57
Hex BC 68 BB 0 2D 1 1A 12D 27 39
Octal 274 150 273 0 55 1 32 455 47 71
Binary 10111100 1101000 10111011 0 101101 1 11010 100101101 100111 111001

Color Harmonies of #BC68BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68BB

Black with #BC68BB

Text Example


Text Example

White with #BC68BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68BB; }

 p { color: rgb(188,104,187); }

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

background-color css

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

 a { background-color: rgb(188,104,187); }

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

border-color css

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

 span { border-color: rgb(188,104,187); }

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