Html Css Color HEX #BB5FB9 Fuchsia

📋 copy color: '#BB5FB9'

red 187 ◦ green 95 ◦ blue 185

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

Shades of Fuchsia #BB5FB9

Tints of Fuchsia #BB5FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.61%

R = 40.04%
G = 20.34%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB5FB9 (or 0xBB5FB9) is known color: Fuchsia. HEX triplet: BB, 5F and B9. RGB value is (187,95,185). Sum of RGB (Red+Green+Blue) = 187+95+185=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FB9 is #44A046. Grayscale: #848484. Windows color (decimal): -4497479 or 12148667. OLE color: 12148667.

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

Color convert

RGB 187 95 185 -
CMYK 0 0.49 0.01 0.27
HSL 301.3º 0.4% 0.55% -
HSV(B) 301.3º 0.49% 0.73% -
XYZ 33.34 22.25 48.44 -
YUV 132.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 187 95 185 0 0.49 0.01 0.27 301.3 0.4 0.55
Hex BB 5F B9 0 31 1 1B 12D 28 37
Octal 273 137 271 0 61 1 33 455 50 67
Binary 10111011 1011111 10111001 0 110001 1 11011 100101101 101000 110111

Color Harmonies of #BB5FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5FB9

Black with #BB5FB9

Text Example


Text Example

White with #BB5FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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