Html Css Color HEX #BB6AAB Fuchsia

📋 copy color: '#BB6AAB'

red 187 ◦ green 106 ◦ blue 171

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

Shades of Fuchsia #BB6AAB

Tints of Fuchsia #BB6AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 40.3%
G = 22.84%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB6AAB (or 0xBB6AAB) is known color: Fuchsia. HEX triplet: BB, 6A and AB. RGB value is (187,106,171). Sum of RGB (Red+Green+Blue) = 187+106+171=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6AAB is #449554. Grayscale: #898989. Windows color (decimal): -4494677 or 11233979. OLE color: 11233979.

HSL color Cylindrical-coordinate representation of color #BB6AAB: hue angle of 311.85º 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 #BB6AAB is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 106 171 -
CMYK 0 0.43 0.09 0.27
HSL 311.85º 0.37% 0.57% -
HSV(B) 311.85º 0.43% 0.73% -
XYZ 33 23.81 41.39 -
YUV 137.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 187 106 171 0 0.43 0.09 0.27 311.85 0.37 0.57
Hex BB 6A AB 0 2B 9 1B 138 25 39
Octal 273 152 253 0 53 11 33 470 45 71
Binary 10111011 1101010 10101011 0 101011 1001 11011 100111000 100101 111001

Color Harmonies of #BB6AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6AAB

Black with #BB6AAB

Text Example


Text Example

White with #BB6AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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