Html Css Color HEX #BB6EC1 Fuchsia

📋 copy color: '#BB6EC1'

red 187 ◦ green 110 ◦ blue 193

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

Shades of Fuchsia #BB6EC1

Tints of Fuchsia #BB6EC1

RGB

 RED value IS 187 (73.44% from 255) = 38.16%

 GREEN value IS 110 (43.36% from 255) = 22.45%

 BLUE value IS 193 (75.78% from 255) = 39.39%

R = 38.16%
G = 22.45%
B = 39.39%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB6EC1 (or 0xBB6EC1) is known color: Fuchsia. HEX triplet: BB, 6E and C1. RGB value is (187,110,193). Sum of RGB (Red+Green+Blue) = 187+110+193=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB6EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EC1 is #44913E. Grayscale: #8E8E8E. Windows color (decimal): -4493631 or 12676795. OLE color: 12676795.

HSL color Cylindrical-coordinate representation of color #BB6EC1: hue angle of 295.66º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6EC1 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 110 193 -
CMYK 0.03 0.43 0 0.24
HSL 295.66º 0.4% 0.59% -
HSV(B) 295.66º 0.43% 0.76% -
XYZ 35.7 25.57 53.51 -
YUV 142.49 156.51 159.75 -
System Red Green Blue C M Y K H S L
Decimal 187 110 193 0.03 0.43 0 0.24 295.66 0.4 0.59
Hex BB 6E C1 3 2B 0 18 128 28 3B
Octal 273 156 301 3 53 0 30 450 50 73
Binary 10111011 1101110 11000001 11 101011 0 11000 100101000 101000 111011

Color Harmonies of #BB6EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EC1

Black with #BB6EC1

Text Example


Text Example

White with #BB6EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EC1; }

 p { color: rgb(187,110,193); }

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

background-color css

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

 a { background-color: rgb(187,110,193); }

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

border-color css

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

 span { border-color: rgb(187,110,193); }

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