Html Css Color HEX #B050B9 Fuchsia

📋 copy color: '#B050B9'

red 176 ◦ green 80 ◦ blue 185

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

Shades of Fuchsia #B050B9

Tints of Fuchsia #B050B9

RGB

 RED value IS 176 (69.14% from 255) = 39.91%

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

 BLUE value IS 185 (72.66% from 255) = 41.95%

R = 39.91%
G = 18.14%
B = 41.95%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B050B9 (or 0xB050B9) is known color: Fuchsia. HEX triplet: B0, 50 and B9. RGB value is (176,80,185). Sum of RGB (Red+Green+Blue) = 176+80+185=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #B050B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B050B9 is #4FAF46. Grayscale: #787878. Windows color (decimal): -5222215 or 12144816. OLE color: 12144816.

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

Color convert

RGB 176 80 185 -
CMYK 0.05 0.57 0 0.27
HSL 294.86º 0.43% 0.52% -
HSV(B) 294.86º 0.57% 0.73% -
XYZ 29.53 18.47 47.91 -
YUV 120.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 176 80 185 0.05 0.57 0 0.27 294.86 0.43 0.52
Hex B0 50 B9 5 39 0 1B 127 2B 34
Octal 260 120 271 5 71 0 33 447 53 64
Binary 10110000 1010000 10111001 101 111001 0 11011 100100111 101011 110100

Color Harmonies of #B050B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B050B9

Black with #B050B9

Text Example


Text Example

White with #B050B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B050B9; }

 p { color: rgb(176,80,185); }

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

background-color css

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

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

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

border-color css

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

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

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