Html Css Color HEX #B050BA Fuchsia

📋 copy color: '#B050BA'

red 176 ◦ green 80 ◦ blue 186

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

Shades of Fuchsia #B050BA

Tints of Fuchsia #B050BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 39.82%
G = 18.1%
B = 42.08%

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

#B050BA (or 0xB050BA) is known color: Fuchsia. HEX triplet: B0, 50 and BA. RGB value is (176,80,186). Sum of RGB (Red+Green+Blue) = 176+80+186=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #B050BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B050BA is #4FAF45. Grayscale: #787878. Windows color (decimal): -5222214 or 12210352. OLE color: 12210352.

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

Color convert

RGB 176 80 186 -
CMYK 0.05 0.57 0 0.27
HSL 294.34º 0.43% 0.52% -
HSV(B) 294.34º 0.57% 0.73% -
XYZ 29.64 18.51 48.47 -
YUV 120.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 176 80 186 0.05 0.57 0 0.27 294.34 0.43 0.52
Hex B0 50 BA 5 39 0 1B 126 2B 34
Octal 260 120 272 5 71 0 33 446 53 64
Binary 10110000 1010000 10111010 101 111001 0 11011 100100110 101011 110100

Color Harmonies of #B050BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B050BA

Black with #B050BA

Text Example


Text Example

White with #B050BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B050BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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