Html Css Color HEX #BB68AA Fuchsia

📋 copy color: '#BB68AA'

red 187 ◦ green 104 ◦ blue 170

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

Shades of Fuchsia #BB68AA

Tints of Fuchsia #BB68AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.56%

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 40.56%
G = 22.56%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB68AA (or 0xBB68AA) is known color: Fuchsia. HEX triplet: BB, 68 and AA. RGB value is (187,104,170). Sum of RGB (Red+Green+Blue) = 187+104+170=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB68AA is #449755. Grayscale: #888888. Windows color (decimal): -4495190 or 11167931. OLE color: 11167931.

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

Color convert

RGB 187 104 170 -
CMYK 0 0.44 0.09 0.27
HSL 312.29º 0.38% 0.57% -
HSV(B) 312.29º 0.44% 0.73% -
XYZ 32.7 23.37 40.82 -
YUV 136.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 187 104 170 0 0.44 0.09 0.27 312.29 0.38 0.57
Hex BB 68 AA 0 2C 9 1B 138 26 39
Octal 273 150 252 0 54 11 33 470 46 71
Binary 10111011 1101000 10101010 0 101100 1001 11011 100111000 100110 111001

Color Harmonies of #BB68AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68AA

Black with #BB68AA

Text Example


Text Example

White with #BB68AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68AA; }

 p { color: rgb(187,104,170); }

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

background-color css

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

 a { background-color: rgb(187,104,170); }

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

border-color css

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

 span { border-color: rgb(187,104,170); }

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