Html Css Color HEX #BB31B2 Fuchsia

📋 copy color: '#BB31B2'

red 187 ◦ green 49 ◦ blue 178

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

Shades of Fuchsia #BB31B2

Tints of Fuchsia #BB31B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43%

R = 45.17%
G = 11.84%
B = 43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB31B2 (or 0xBB31B2) is known color: Fuchsia. HEX triplet: BB, 31 and B2. RGB value is (187,49,178). Sum of RGB (Red+Green+Blue) = 187+49+178=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB31B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB31B2 is #44CE4D. Grayscale: #686868. Windows color (decimal): -4509262 or 11678139. OLE color: 11678139.

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

Color convert

RGB 187 49 178 -
CMYK 0 0.74 0.05 0.27
HSL 303.91º 0.58% 0.46% -
HSV(B) 303.91º 0.74% 0.73% -
XYZ 29.63 15.98 43.64 -
YUV 104.97 169.22 186.51 -
System Red Green Blue C M Y K H S L
Decimal 187 49 178 0 0.74 0.05 0.27 303.91 0.58 0.46
Hex BB 31 B2 0 4A 5 1B 130 3A 2E
Octal 273 61 262 0 112 5 33 460 72 56
Binary 10111011 110001 10110010 0 1001010 101 11011 100110000 111010 101110

Color Harmonies of #BB31B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB31B2

Black with #BB31B2

Text Example


Text Example

White with #BB31B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB31B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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