Html Css Color HEX #BB6BAC Fuchsia

📋 copy color: '#BB6BAC'

red 187 ◦ green 107 ◦ blue 172

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

Shades of Fuchsia #BB6BAC

Tints of Fuchsia #BB6BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.91%

R = 40.13%
G = 22.96%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB6BAC (or 0xBB6BAC) is known color: Fuchsia. HEX triplet: BB, 6B and AC. RGB value is (187,107,172). Sum of RGB (Red+Green+Blue) = 187+107+172=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6BAC is #449453. Grayscale: #8A8A8A. Windows color (decimal): -4494420 or 11299771. OLE color: 11299771.

HSL color Cylindrical-coordinate representation of color #BB6BAC: hue angle of 311.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6BAC is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 107 172 -
CMYK 0 0.43 0.08 0.27
HSL 311.25º 0.37% 0.58% -
HSV(B) 311.25º 0.43% 0.73% -
XYZ 33.2 24.06 41.92 -
YUV 138.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 187 107 172 0 0.43 0.08 0.27 311.25 0.37 0.58
Hex BB 6B AC 0 2B 8 1B 137 25 3A
Octal 273 153 254 0 53 10 33 467 45 72
Binary 10111011 1101011 10101100 0 101011 1000 11011 100110111 100101 111010

Color Harmonies of #BB6BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BAC

Black with #BB6BAC

Text Example


Text Example

White with #BB6BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BAC; }

 p { color: rgb(187,107,172); }

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

background-color css

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

 a { background-color: rgb(187,107,172); }

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

border-color css

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

 span { border-color: rgb(187,107,172); }

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