Html Css Color HEX #BB50B6 Fuchsia

📋 copy color: '#BB50B6'

red 187 ◦ green 80 ◦ blue 182

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

Shades of Fuchsia #BB50B6

Tints of Fuchsia #BB50B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.53%

R = 41.65%
G = 17.82%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB50B6 (or 0xBB50B6) is known color: Fuchsia. HEX triplet: BB, 50 and B6. RGB value is (187,80,182). Sum of RGB (Red+Green+Blue) = 187+80+182=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB50B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50B6 is #44AF49. Grayscale: #7B7B7B. Windows color (decimal): -4501322 or 11948219. OLE color: 11948219.

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

Color convert

RGB 187 80 182 -
CMYK 0 0.57 0.03 0.27
HSL 302.8º 0.44% 0.52% -
HSV(B) 302.8º 0.57% 0.73% -
XYZ 31.81 19.68 46.38 -
YUV 123.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 187 80 182 0 0.57 0.03 0.27 302.8 0.44 0.52
Hex BB 50 B6 0 39 3 1B 12F 2C 34
Octal 273 120 266 0 71 3 33 457 54 64
Binary 10111011 1010000 10110110 0 111001 11 11011 100101111 101100 110100

Color Harmonies of #BB50B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50B6

Black with #BB50B6

Text Example


Text Example

White with #BB50B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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