Html Css Color HEX #BB6AAC Fuchsia

📋 copy color: '#BB6AAC'

red 187 ◦ green 106 ◦ blue 172

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

Shades of Fuchsia #BB6AAC

Tints of Fuchsia #BB6AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.8%

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

R = 40.22%
G = 22.8%
B = 36.99%

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

#BB6AAC (or 0xBB6AAC) is known color: Fuchsia. HEX triplet: BB, 6A and AC. RGB value is (187,106,172). Sum of RGB (Red+Green+Blue) = 187+106+172=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6AAC is #449553. Grayscale: #898989. Windows color (decimal): -4494676 or 11299515. OLE color: 11299515.

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

Color convert

RGB 187 106 172 -
CMYK 0 0.43 0.08 0.27
HSL 311.11º 0.37% 0.57% -
HSV(B) 311.11º 0.43% 0.73% -
XYZ 33.09 23.85 41.89 -
YUV 137.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 187 106 172 0 0.43 0.08 0.27 311.11 0.37 0.57
Hex BB 6A AC 0 2B 8 1B 137 25 39
Octal 273 152 254 0 53 10 33 467 45 71
Binary 10111011 1101010 10101100 0 101011 1000 11011 100110111 100101 111001

Color Harmonies of #BB6AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6AAC

Black with #BB6AAC

Text Example


Text Example

White with #BB6AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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