Html Css Color HEX #BB5FA7 Fuchsia

📋 copy color: '#BB5FA7'

red 187 ◦ green 95 ◦ blue 167

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

Shades of Fuchsia #BB5FA7

Tints of Fuchsia #BB5FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.19%

R = 41.65%
G = 21.16%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB5FA7 (or 0xBB5FA7) is known color: Fuchsia. HEX triplet: BB, 5F and A7. RGB value is (187,95,167). Sum of RGB (Red+Green+Blue) = 187+95+167=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5FA7 is #44A058. Grayscale: #828282. Windows color (decimal): -4497497 or 10969019. OLE color: 10969019.

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

Color convert

RGB 187 95 167 -
CMYK 0 0.49 0.11 0.27
HSL 313.04º 0.4% 0.55% -
HSV(B) 313.04º 0.49% 0.73% -
XYZ 31.56 21.54 39.05 -
YUV 130.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 187 95 167 0 0.49 0.11 0.27 313.04 0.4 0.55
Hex BB 5F A7 0 31 B 1B 139 28 37
Octal 273 137 247 0 61 13 33 471 50 67
Binary 10111011 1011111 10100111 0 110001 1011 11011 100111001 101000 110111

Color Harmonies of #BB5FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5FA7

Black with #BB5FA7

Text Example


Text Example

White with #BB5FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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