Html Css Color HEX #B15ABF Fuchsia

📋 copy color: '#B15ABF'

red 177 ◦ green 90 ◦ blue 191

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

Shades of Fuchsia #B15ABF

Tints of Fuchsia #B15ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.65%

 BLUE value IS 191 (75% from 255) = 41.7%

R = 38.65%
G = 19.65%
B = 41.7%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B15ABF (or 0xB15ABF) is known color: Fuchsia. HEX triplet: B1, 5A and BF. RGB value is (177,90,191). Sum of RGB (Red+Green+Blue) = 177+90+191=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #B15ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15ABF is #4EA540. Grayscale: #7F7F7F. Windows color (decimal): -5154113 or 12540593. OLE color: 12540593.

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

Color convert

RGB 177 90 191 -
CMYK 0.07 0.53 0 0.25
HSL 291.68º 0.44% 0.55% -
HSV(B) 291.68º 0.53% 0.75% -
XYZ 31.19 20.42 51.59 -
YUV 127.53 163.82 163.29 -
System Red Green Blue C M Y K H S L
Decimal 177 90 191 0.07 0.53 0 0.25 291.68 0.44 0.55
Hex B1 5A BF 7 35 0 19 124 2C 37
Octal 261 132 277 7 65 0 31 444 54 67
Binary 10110001 1011010 10111111 111 110101 0 11001 100100100 101100 110111

Color Harmonies of #B15ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15ABF

Black with #B15ABF

Text Example


Text Example

White with #B15ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15ABF; }

 p { color: rgb(177,90,191); }

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

background-color css

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

 a { background-color: rgb(177,90,191); }

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

border-color css

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

 span { border-color: rgb(177,90,191); }

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