Html Css Color HEX #BB50B2 Fuchsia

📋 copy color: '#BB50B2'

red 187 ◦ green 80 ◦ blue 178

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

Shades of Fuchsia #BB50B2

Tints of Fuchsia #BB50B2

RGB

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

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

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

R = 42.02%
G = 17.98%
B = 40%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB50B2 (or 0xBB50B2) is known color: Fuchsia. HEX triplet: BB, 50 and B2. RGB value is (187,80,178). Sum of RGB (Red+Green+Blue) = 187+80+178=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB50B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB50B2 is #44AF4D. Grayscale: #7A7A7A. Windows color (decimal): -4501326 or 11686075. OLE color: 11686075.

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

Color convert

RGB 187 80 178 -
CMYK 0 0.57 0.05 0.27
HSL 305.05º 0.44% 0.52% -
HSV(B) 305.05º 0.57% 0.73% -
XYZ 31.4 19.52 44.23 -
YUV 123.17 158.95 173.53 -
System Red Green Blue C M Y K H S L
Decimal 187 80 178 0 0.57 0.05 0.27 305.05 0.44 0.52
Hex BB 50 B2 0 39 5 1B 131 2C 34
Octal 273 120 262 0 71 5 33 461 54 64
Binary 10111011 1010000 10110010 0 111001 101 11011 100110001 101100 110100

Color Harmonies of #BB50B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50B2

Black with #BB50B2

Text Example


Text Example

White with #BB50B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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