Html Css Color HEX #BB49AF Fuchsia

📋 copy color: '#BB49AF'

red 187 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #BB49AF

Tints of Fuchsia #BB49AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.78%

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 42.99%
G = 16.78%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB49AF (or 0xBB49AF) is known color: Fuchsia. HEX triplet: BB, 49 and AF. RGB value is (187,73,175). Sum of RGB (Red+Green+Blue) = 187+73+175=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB49AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB49AF is #44B650. Grayscale: #767676. Windows color (decimal): -4503121 or 11487675. OLE color: 11487675.

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

Color convert

RGB 187 73 175 -
CMYK 0 0.61 0.06 0.27
HSL 306.32º 0.46% 0.51% -
HSV(B) 306.32º 0.61% 0.73% -
XYZ 30.61 18.43 42.5 -
YUV 118.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 187 73 175 0 0.61 0.06 0.27 306.32 0.46 0.51
Hex BB 49 AF 0 3D 6 1B 132 2E 33
Octal 273 111 257 0 75 6 33 462 56 63
Binary 10111011 1001001 10101111 0 111101 110 11011 100110010 101110 110011

Color Harmonies of #BB49AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49AF

Black with #BB49AF

Text Example


Text Example

White with #BB49AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49AF; }

 p { color: rgb(187,73,175); }

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

background-color css

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

 a { background-color: rgb(187,73,175); }

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

border-color css

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

 span { border-color: rgb(187,73,175); }

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