Html Css Color HEX #BB68AB Fuchsia

📋 copy color: '#BB68AB'

red 187 ◦ green 104 ◦ blue 171

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

Shades of Fuchsia #BB68AB

Tints of Fuchsia #BB68AB

RGB

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

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

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

R = 40.48%
G = 22.51%
B = 37.01%

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

#BB68AB (or 0xBB68AB) is known color: Fuchsia. HEX triplet: BB, 68 and AB. RGB value is (187,104,171). Sum of RGB (Red+Green+Blue) = 187+104+171=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB68AB is #449754. Grayscale: #888888. Windows color (decimal): -4495189 or 11233467. OLE color: 11233467.

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

Color convert

RGB 187 104 171 -
CMYK 0 0.44 0.09 0.27
HSL 311.57º 0.38% 0.57% -
HSV(B) 311.57º 0.44% 0.73% -
XYZ 32.79 23.41 41.32 -
YUV 136.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 187 104 171 0 0.44 0.09 0.27 311.57 0.38 0.57
Hex BB 68 AB 0 2C 9 1B 138 26 39
Octal 273 150 253 0 54 11 33 470 46 71
Binary 10111011 1101000 10101011 0 101100 1001 11011 100111000 100110 111001

Color Harmonies of #BB68AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68AB

Black with #BB68AB

Text Example


Text Example

White with #BB68AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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