Html Css Color HEX #B15BBA Fuchsia

📋 copy color: '#B15BBA'

red 177 ◦ green 91 ◦ blue 186

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

Shades of Fuchsia #B15BBA

Tints of Fuchsia #B15BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.04%

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

R = 38.99%
G = 20.04%
B = 40.97%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B15BBA (or 0xB15BBA) is known color: Fuchsia. HEX triplet: B1, 5B and BA. RGB value is (177,91,186). Sum of RGB (Red+Green+Blue) = 177+91+186=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #B15BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BBA is #4EA445. Grayscale: #7F7F7F. Windows color (decimal): -5153862 or 12213169. OLE color: 12213169.

HSL color Cylindrical-coordinate representation of color #B15BBA: hue angle of 294.32º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15BBA is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 91 186 -
CMYK 0.05 0.51 0 0.27
HSL 294.32º 0.41% 0.54% -
HSV(B) 294.32º 0.51% 0.73% -
XYZ 30.74 20.37 48.77 -
YUV 127.54 160.99 163.28 -
System Red Green Blue C M Y K H S L
Decimal 177 91 186 0.05 0.51 0 0.27 294.32 0.41 0.54
Hex B1 5B BA 5 33 0 1B 126 29 36
Octal 261 133 272 5 63 0 33 446 51 66
Binary 10110001 1011011 10111010 101 110011 0 11011 100100110 101001 110110

Color Harmonies of #B15BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15BBA

Black with #B15BBA

Text Example


Text Example

White with #B15BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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