Html Css Color HEX #BC6DBB Fuchsia

📋 copy color: '#BC6DBB'

red 188 ◦ green 109 ◦ blue 187

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

Shades of Fuchsia #BC6DBB

Tints of Fuchsia #BC6DBB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.52%

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

R = 38.84%
G = 22.52%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC6DBB (or 0xBC6DBB) is known color: Fuchsia. HEX triplet: BC, 6D and BB. RGB value is (188,109,187). Sum of RGB (Red+Green+Blue) = 188+109+187=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DBB is #439244. Grayscale: #8D8D8D. Windows color (decimal): -4428357 or 12283324. OLE color: 12283324.

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

Color convert

RGB 188 109 187 -
CMYK 0 0.42 0.01 0.26
HSL 300.76º 0.37% 0.58% -
HSV(B) 300.76º 0.42% 0.74% -
XYZ 35.18 25.22 50.03 -
YUV 141.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 188 109 187 0 0.42 0.01 0.26 300.76 0.37 0.58
Hex BC 6D BB 0 2A 1 1A 12D 25 3A
Octal 274 155 273 0 52 1 32 455 45 72
Binary 10111100 1101101 10111011 0 101010 1 11010 100101101 100101 111010

Color Harmonies of #BC6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DBB

Black with #BC6DBB

Text Example


Text Example

White with #BC6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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