Html Css Color HEX #B158B6 Fuchsia

📋 copy color: '#B158B6'

red 177 ◦ green 88 ◦ blue 182

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

Shades of Fuchsia #B158B6

Tints of Fuchsia #B158B6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.69%

 BLUE value IS 182 (71.48% from 255) = 40.72%

R = 39.6%
G = 19.69%
B = 40.72%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B158B6 (or 0xB158B6) is known color: Fuchsia. HEX triplet: B1, 58 and B6. RGB value is (177,88,182). Sum of RGB (Red+Green+Blue) = 177+88+182=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 182 - color contains mainly: blue. Hex color #B158B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158B6 is #4EA749. Grayscale: #7D7D7D. Windows color (decimal): -5154634 or 11950257. OLE color: 11950257.

HSL color Cylindrical-coordinate representation of color #B158B6: hue angle of 296.81º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B158B6 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 88 182 -
CMYK 0.03 0.52 0 0.29
HSL 296.81º 0.39% 0.53% -
HSV(B) 296.81º 0.52% 0.71% -
XYZ 30.06 19.7 46.47 -
YUV 125.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 177 88 182 0.03 0.52 0 0.29 296.81 0.39 0.53
Hex B1 58 B6 3 34 0 1D 129 27 35
Octal 261 130 266 3 64 0 35 451 47 65
Binary 10110001 1011000 10110110 11 110100 0 11101 100101001 100111 110101

Color Harmonies of #B158B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B158B6

Black with #B158B6

Text Example


Text Example

White with #B158B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B158B6; }

 p { color: rgb(177,88,182); }

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

background-color css

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

 a { background-color: rgb(177,88,182); }

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

border-color css

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

 span { border-color: rgb(177,88,182); }

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