Html Css Color HEX #B15ABB Fuchsia

📋 copy color: '#B15ABB'

red 177 ◦ green 90 ◦ blue 187

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

Shades of Fuchsia #B15ABB

Tints of Fuchsia #B15ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 38.99%
G = 19.82%
B = 41.19%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B15ABB (or 0xB15ABB) is known color: Fuchsia. HEX triplet: B1, 5A and BB. RGB value is (177,90,187). Sum of RGB (Red+Green+Blue) = 177+90+187=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #B15ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15ABB is #4EA544. Grayscale: #7E7E7E. Windows color (decimal): -5154117 or 12278449. OLE color: 12278449.

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

Color convert

RGB 177 90 187 -
CMYK 0.05 0.52 0 0.27
HSL 293.81º 0.42% 0.54% -
HSV(B) 293.81º 0.52% 0.73% -
XYZ 30.76 20.25 49.3 -
YUV 127.07 161.82 163.61 -
System Red Green Blue C M Y K H S L
Decimal 177 90 187 0.05 0.52 0 0.27 293.81 0.42 0.54
Hex B1 5A BB 5 34 0 1B 126 2A 36
Octal 261 132 273 5 64 0 33 446 52 66
Binary 10110001 1011010 10111011 101 110100 0 11011 100100110 101010 110110

Color Harmonies of #B15ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15ABB

Black with #B15ABB

Text Example


Text Example

White with #B15ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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