Html Css Color HEX #B150BA Fuchsia

📋 copy color: '#B150BA'

red 177 ◦ green 80 ◦ blue 186

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

Shades of Fuchsia #B150BA

Tints of Fuchsia #B150BA

RGB

 RED value IS 177 (69.53% from 255) = 39.95%

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

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

R = 39.95%
G = 18.06%
B = 41.99%

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

#B150BA (or 0xB150BA) is known color: Fuchsia. HEX triplet: B1, 50 and BA. RGB value is (177,80,186). Sum of RGB (Red+Green+Blue) = 177+80+186=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #B150BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150BA is #4EAF45. Grayscale: #787878. Windows color (decimal): -5156678 or 12210353. OLE color: 12210353.

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

Color convert

RGB 177 80 186 -
CMYK 0.05 0.57 0 0.27
HSL 294.91º 0.43% 0.52% -
HSV(B) 294.91º 0.57% 0.73% -
XYZ 29.86 18.63 48.48 -
YUV 121.09 164.64 167.88 -
System Red Green Blue C M Y K H S L
Decimal 177 80 186 0.05 0.57 0 0.27 294.91 0.43 0.52
Hex B1 50 BA 5 39 0 1B 127 2B 34
Octal 261 120 272 5 71 0 33 447 53 64
Binary 10110001 1010000 10111010 101 111001 0 11011 100100111 101011 110100

Color Harmonies of #B150BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B150BA

Black with #B150BA

Text Example


Text Example

White with #B150BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B150BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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