Html Css Color HEX #B355B3 Fuchsia

📋 copy color: '#B355B3'

red 179 ◦ green 85 ◦ blue 179

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

Shades of Fuchsia #B355B3

Tints of Fuchsia #B355B3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.19%

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

R = 40.41%
G = 19.19%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B355B3 (or 0xB355B3) is known color: Fuchsia. HEX triplet: B3, 55 and B3. RGB value is (179,85,179). Sum of RGB (Red+Green+Blue) = 179+85+179=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B355B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355B3 is #4CAA4C. Grayscale: #7B7B7B. Windows color (decimal): -5024333 or 11752883. OLE color: 11752883.

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

Color convert

RGB 179 85 179 -
CMYK 0 0.53 0 0.30
HSL 300º 0.38% 0.52% -
HSV(B) 300º 0.53% 0.7% -
XYZ 29.98 19.34 44.8 -
YUV 123.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 179 85 179 0 0.53 0 0.30 300 0.38 0.52
Hex B3 55 B3 0 35 0 1E 12C 26 34
Octal 263 125 263 0 65 0 36 454 46 64
Binary 10110011 1010101 10110011 0 110101 0 11110 100101100 100110 110100

Color Harmonies of #B355B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355B3

Black with #B355B3

Text Example


Text Example

White with #B355B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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