Html Css Color HEX #BB50BB Fuchsia

📋 copy color: '#BB50BB'

red 187 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #BB50BB

Tints of Fuchsia #BB50BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.62%

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 41.19%
G = 17.62%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB50BB (or 0xBB50BB) is known color: Fuchsia. HEX triplet: BB, 50 and BB. RGB value is (187,80,187). Sum of RGB (Red+Green+Blue) = 187+80+187=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB50BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50BB is #44AF44. Grayscale: #7B7B7B. Windows color (decimal): -4501317 or 12275899. OLE color: 12275899.

HSL color Cylindrical-coordinate representation of color #BB50BB: hue angle of 300º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB50BB is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 80 187 -
CMYK 0 0.57 0 0.27
HSL 300º 0.44% 0.52% -
HSV(B) 300º 0.57% 0.73% -
XYZ 32.33 19.89 49.15 -
YUV 124.19 163.45 172.8 -
System Red Green Blue C M Y K H S L
Decimal 187 80 187 0 0.57 0 0.27 300 0.44 0.52
Hex BB 50 BB 0 39 0 1B 12C 2C 34
Octal 273 120 273 0 71 0 33 454 54 64
Binary 10111011 1010000 10111011 0 111001 0 11011 100101100 101100 110100

Color Harmonies of #BB50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50BB

Black with #BB50BB

Text Example


Text Example

White with #BB50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50BB; }

 p { color: rgb(187,80,187); }

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

background-color css

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

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

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

border-color css

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

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

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