Html Css Color HEX #B050C0 Fuchsia

📋 copy color: '#B050C0'

red 176 ◦ green 80 ◦ blue 192

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

Shades of Fuchsia #B050C0

Tints of Fuchsia #B050C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.86%

R = 39.29%
G = 17.86%
B = 42.86%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B050C0 (or 0xB050C0) is known color: Fuchsia. HEX triplet: B0, 50 and C0. RGB value is (176,80,192). Sum of RGB (Red+Green+Blue) = 176+80+192=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #B050C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B050C0 is #4FAF3F. Grayscale: #797979. Windows color (decimal): -5222208 or 12603568. OLE color: 12603568.

HSL color Cylindrical-coordinate representation of color #B050C0: hue angle of 291.43º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B050C0 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 80 192 -
CMYK 0.08 0.58 0 0.25
HSL 291.43º 0.47% 0.53% -
HSV(B) 291.43º 0.58% 0.75% -
XYZ 30.29 18.77 51.9 -
YUV 121.47 167.8 166.89 -
System Red Green Blue C M Y K H S L
Decimal 176 80 192 0.08 0.58 0 0.25 291.43 0.47 0.53
Hex B0 50 C0 8 3A 0 19 123 2F 35
Octal 260 120 300 10 72 0 31 443 57 65
Binary 10110000 1010000 11000000 1000 111010 0 11001 100100011 101111 110101

Color Harmonies of #B050C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B050C0

Black with #B050C0

Text Example


Text Example

White with #B050C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B050C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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