Html Css Color HEX #B358B3 Fuchsia

📋 copy color: '#B358B3'

red 179 ◦ green 88 ◦ blue 179

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

Shades of Fuchsia #B358B3

Tints of Fuchsia #B358B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.13%

R = 40.13%
G = 19.73%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B358B3 (or 0xB358B3) is known color: Fuchsia. HEX triplet: B3, 58 and B3. RGB value is (179,88,179). Sum of RGB (Red+Green+Blue) = 179+88+179=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B358B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358B3 is #4CA74C. Grayscale: #7D7D7D. Windows color (decimal): -5023565 or 11753651. OLE color: 11753651.

HSL color Cylindrical-coordinate representation of color #B358B3: hue angle of 300º 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 #B358B3 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 88 179 -
CMYK 0 0.51 0 0.30
HSL 300º 0.37% 0.52% -
HSV(B) 300º 0.51% 0.7% -
XYZ 30.22 19.82 44.88 -
YUV 125.58 158.15 166.1 -
System Red Green Blue C M Y K H S L
Decimal 179 88 179 0 0.51 0 0.30 300 0.37 0.52
Hex B3 58 B3 0 33 0 1E 12C 25 34
Octal 263 130 263 0 63 0 36 454 45 64
Binary 10110011 1011000 10110011 0 110011 0 11110 100101100 100101 110100

Color Harmonies of #B358B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B358B3

Black with #B358B3

Text Example


Text Example

White with #B358B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B358B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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