Html Css Color HEX #BB5FAC Fuchsia

📋 copy color: '#BB5FAC'

red 187 ◦ green 95 ◦ blue 172

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

Shades of Fuchsia #BB5FAC

Tints of Fuchsia #BB5FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.93%

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

R = 41.19%
G = 20.93%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB5FAC (or 0xBB5FAC) is known color: Fuchsia. HEX triplet: BB, 5F and AC. RGB value is (187,95,172). Sum of RGB (Red+Green+Blue) = 187+95+172=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5FAC is #44A053. Grayscale: #838383. Windows color (decimal): -4497492 or 11296699. OLE color: 11296699.

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

Color convert

RGB 187 95 172 -
CMYK 0 0.49 0.08 0.27
HSL 309.78º 0.4% 0.55% -
HSV(B) 309.78º 0.49% 0.73% -
XYZ 32.03 21.73 41.54 -
YUV 131.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 187 95 172 0 0.49 0.08 0.27 309.78 0.4 0.55
Hex BB 5F AC 0 31 8 1B 136 28 37
Octal 273 137 254 0 61 10 33 466 50 67
Binary 10111011 1011111 10101100 0 110001 1000 11011 100110110 101000 110111

Color Harmonies of #BB5FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5FAC

Black with #BB5FAC

Text Example


Text Example

White with #BB5FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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