Html Css Color HEX #B15FB8 Fuchsia

📋 copy color: '#B15FB8'

red 177 ◦ green 95 ◦ blue 184

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

Shades of Fuchsia #B15FB8

Tints of Fuchsia #B15FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.35%

R = 38.82%
G = 20.83%
B = 40.35%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B15FB8 (or 0xB15FB8) is known color: Fuchsia. HEX triplet: B1, 5F and B8. RGB value is (177,95,184). Sum of RGB (Red+Green+Blue) = 177+95+184=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 184 - color contains mainly: blue. Hex color #B15FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FB8 is #4EA047. Grayscale: #818181. Windows color (decimal): -5152840 or 12083121. OLE color: 12083121.

HSL color Cylindrical-coordinate representation of color #B15FB8: hue angle of 295.28º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B15FB8 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 95 184 -
CMYK 0.04 0.48 0 0.28
HSL 295.28º 0.39% 0.55% -
HSV(B) 295.28º 0.48% 0.72% -
XYZ 30.88 20.99 47.77 -
YUV 129.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 177 95 184 0.04 0.48 0 0.28 295.28 0.39 0.55
Hex B1 5F B8 4 30 0 1C 127 27 37
Octal 261 137 270 4 60 0 34 447 47 67
Binary 10110001 1011111 10111000 100 110000 0 11100 100100111 100111 110111

Color Harmonies of #B15FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FB8

Black with #B15FB8

Text Example


Text Example

White with #B15FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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