Html Css Color HEX #B358AD Fuchsia

📋 copy color: '#B358AD'

red 179 ◦ green 88 ◦ blue 173

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

Shades of Fuchsia #B358AD

Tints of Fuchsia #B358AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 40.68%
G = 20%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B358AD (or 0xB358AD) is known color: Fuchsia. HEX triplet: B3, 58 and AD. RGB value is (179,88,173). Sum of RGB (Red+Green+Blue) = 179+88+173=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B358AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B358AD is #4CA752. Grayscale: #7C7C7C. Windows color (decimal): -5023571 or 11360435. OLE color: 11360435.

HSL color Cylindrical-coordinate representation of color #B358AD: hue angle of 303.96º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B358AD is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 88 173 -
CMYK 0 0.51 0.03 0.30
HSL 303.96º 0.37% 0.52% -
HSV(B) 303.96º 0.51% 0.7% -
XYZ 29.62 19.58 41.75 -
YUV 124.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 179 88 173 0 0.51 0.03 0.30 303.96 0.37 0.52
Hex B3 58 AD 0 33 3 1E 130 25 34
Octal 263 130 255 0 63 3 36 460 45 64
Binary 10110011 1011000 10101101 0 110011 11 11110 100110000 100101 110100

Color Harmonies of #B358AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B358AD

Black with #B358AD

Text Example


Text Example

White with #B358AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B358AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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