Html Css Color HEX #BB5BAC Fuchsia

📋 copy color: '#BB5BAC'

red 187 ◦ green 91 ◦ blue 172

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

Shades of Fuchsia #BB5BAC

Tints of Fuchsia #BB5BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.22%

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

R = 41.56%
G = 20.22%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB5BAC (or 0xBB5BAC) is known color: Fuchsia. HEX triplet: BB, 5B and AC. RGB value is (187,91,172). Sum of RGB (Red+Green+Blue) = 187+91+172=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5BAC is #44A453. Grayscale: #808080. Windows color (decimal): -4498516 or 11295675. OLE color: 11295675.

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

Color convert

RGB 187 91 172 -
CMYK 0 0.51 0.08 0.27
HSL 309.38º 0.41% 0.55% -
HSV(B) 309.38º 0.51% 0.73% -
XYZ 31.68 21.03 41.42 -
YUV 128.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 187 91 172 0 0.51 0.08 0.27 309.38 0.41 0.55
Hex BB 5B AC 0 33 8 1B 135 29 37
Octal 273 133 254 0 63 10 33 465 51 67
Binary 10111011 1011011 10101100 0 110011 1000 11011 100110101 101001 110111

Color Harmonies of #BB5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5BAC

Black with #BB5BAC

Text Example


Text Example

White with #BB5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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