Html Css Color HEX #B358BA Fuchsia

📋 copy color: '#B358BA'

red 179 ◦ green 88 ◦ blue 186

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

Shades of Fuchsia #B358BA

Tints of Fuchsia #B358BA

RGB

 RED value IS 179 (70.31% from 255) = 39.51%

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 39.51%
G = 19.43%
B = 41.06%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B358BA (or 0xB358BA) is known color: Fuchsia. HEX triplet: B3, 58 and BA. RGB value is (179,88,186). Sum of RGB (Red+Green+Blue) = 179+88+186=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #B358BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358BA is #4CA745. Grayscale: #7E7E7E. Windows color (decimal): -5023558 or 12212403. OLE color: 12212403.

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

Color convert

RGB 179 88 186 -
CMYK 0.04 0.53 0 0.27
HSL 295.71º 0.42% 0.54% -
HSV(B) 295.71º 0.53% 0.73% -
XYZ 30.94 20.11 48.7 -
YUV 126.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 179 88 186 0.04 0.53 0 0.27 295.71 0.42 0.54
Hex B3 58 BA 4 35 0 1B 128 2A 36
Octal 263 130 272 4 65 0 33 450 52 66
Binary 10110011 1011000 10111010 100 110101 0 11011 100101000 101010 110110

Color Harmonies of #B358BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B358BA

Black with #B358BA

Text Example


Text Example

White with #B358BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B358BA; }

 p { color: rgb(179,88,186); }

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

background-color css

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

 a { background-color: rgb(179,88,186); }

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

border-color css

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

 span { border-color: rgb(179,88,186); }

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