Html Css Color HEX #B15EBB Fuchsia

📋 copy color: '#B15EBB'

red 177 ◦ green 94 ◦ blue 187

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

Shades of Fuchsia #B15EBB

Tints of Fuchsia #B15EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.52%

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

R = 38.65%
G = 20.52%
B = 40.83%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B15EBB (or 0xB15EBB) is known color: Fuchsia. HEX triplet: B1, 5E and BB. RGB value is (177,94,187). Sum of RGB (Red+Green+Blue) = 177+94+187=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #B15EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15EBB is #4EA144. Grayscale: #818181. Windows color (decimal): -5153093 or 12279473. OLE color: 12279473.

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

Color convert

RGB 177 94 187 -
CMYK 0.05 0.50 0 0.27
HSL 293.55º 0.41% 0.55% -
HSV(B) 293.55º 0.5% 0.73% -
XYZ 31.1 20.94 49.42 -
YUV 129.42 160.5 161.94 -
System Red Green Blue C M Y K H S L
Decimal 177 94 187 0.05 0.50 0 0.27 293.55 0.41 0.55
Hex B1 5E BB 5 32 0 1B 126 29 37
Octal 261 136 273 5 62 0 33 446 51 67
Binary 10110001 1011110 10111011 101 110010 0 11011 100100110 101001 110111

Color Harmonies of #B15EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15EBB

Black with #B15EBB

Text Example


Text Example

White with #B15EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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