Html Css Color HEX #BB50B5 Fuchsia

📋 copy color: '#BB50B5'

red 187 ◦ green 80 ◦ blue 181

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

Shades of Fuchsia #BB50B5

Tints of Fuchsia #BB50B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.4%

R = 41.74%
G = 17.86%
B = 40.4%

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

#BB50B5 (or 0xBB50B5) is known color: Fuchsia. HEX triplet: BB, 50 and B5. RGB value is (187,80,181). Sum of RGB (Red+Green+Blue) = 187+80+181=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB50B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50B5 is #44AF4A. Grayscale: #7B7B7B. Windows color (decimal): -4501323 or 11882683. OLE color: 11882683.

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

Color convert

RGB 187 80 181 -
CMYK 0 0.57 0.03 0.27
HSL 303.36º 0.44% 0.52% -
HSV(B) 303.36º 0.57% 0.73% -
XYZ 31.7 19.64 45.84 -
YUV 123.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 187 80 181 0 0.57 0.03 0.27 303.36 0.44 0.52
Hex BB 50 B5 0 39 3 1B 12F 2C 34
Octal 273 120 265 0 71 3 33 457 54 64
Binary 10111011 1010000 10110101 0 111001 11 11011 100101111 101100 110100

Color Harmonies of #BB50B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50B5

Black with #BB50B5

Text Example


Text Example

White with #BB50B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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