Html Css Color HEX #B15FBA Fuchsia

📋 copy color: '#B15FBA'

red 177 ◦ green 95 ◦ blue 186

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

Shades of Fuchsia #B15FBA

Tints of Fuchsia #B15FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.74%

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

R = 38.65%
G = 20.74%
B = 40.61%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B15FBA (or 0xB15FBA) is known color: Fuchsia. HEX triplet: B1, 5F and BA. RGB value is (177,95,186). Sum of RGB (Red+Green+Blue) = 177+95+186=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #B15FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FBA is #4EA045. Grayscale: #818181. Windows color (decimal): -5152838 or 12214193. OLE color: 12214193.

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

Color convert

RGB 177 95 186 -
CMYK 0.05 0.49 0 0.27
HSL 294.07º 0.4% 0.55% -
HSV(B) 294.07º 0.49% 0.73% -
XYZ 31.09 21.08 48.88 -
YUV 129.89 159.67 161.6 -
System Red Green Blue C M Y K H S L
Decimal 177 95 186 0.05 0.49 0 0.27 294.07 0.4 0.55
Hex B1 5F BA 5 31 0 1B 126 28 37
Octal 261 137 272 5 61 0 33 446 50 67
Binary 10110001 1011111 10111010 101 110001 0 11011 100100110 101000 110111

Color Harmonies of #B15FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FBA

Black with #B15FBA

Text Example


Text Example

White with #B15FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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