Html Css Color HEX #BB31AF Fuchsia

📋 copy color: '#BB31AF'

red 187 ◦ green 49 ◦ blue 175

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

Shades of Fuchsia #BB31AF

Tints of Fuchsia #BB31AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.92%

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

R = 45.5%
G = 11.92%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB31AF (or 0xBB31AF) is known color: Fuchsia. HEX triplet: BB, 31 and AF. RGB value is (187,49,175). Sum of RGB (Red+Green+Blue) = 187+49+175=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB31AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB31AF is #44CE50. Grayscale: #686868. Windows color (decimal): -4509265 or 11481531. OLE color: 11481531.

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

Color convert

RGB 187 49 175 -
CMYK 0 0.74 0.06 0.27
HSL 305.22º 0.58% 0.46% -
HSV(B) 305.22º 0.74% 0.73% -
XYZ 29.33 15.86 42.07 -
YUV 104.63 167.72 186.75 -
System Red Green Blue C M Y K H S L
Decimal 187 49 175 0 0.74 0.06 0.27 305.22 0.58 0.46
Hex BB 31 AF 0 4A 6 1B 131 3A 2E
Octal 273 61 257 0 112 6 33 461 72 56
Binary 10111011 110001 10101111 0 1001010 110 11011 100110001 111010 101110

Color Harmonies of #BB31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB31AF

Black with #BB31AF

Text Example


Text Example

White with #BB31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB31AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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