Html Css Color HEX #B357BD Fuchsia

📋 copy color: '#B357BD'

red 179 ◦ green 87 ◦ blue 189

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

Shades of Fuchsia #B357BD

Tints of Fuchsia #B357BD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.12%

 BLUE value IS 189 (74.22% from 255) = 41.54%

R = 39.34%
G = 19.12%
B = 41.54%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B357BD (or 0xB357BD) is known color: Fuchsia. HEX triplet: B3, 57 and BD. RGB value is (179,87,189). Sum of RGB (Red+Green+Blue) = 179+87+189=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #B357BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B357BD is #4CA842. Grayscale: #7D7D7D. Windows color (decimal): -5023811 or 12408755. OLE color: 12408755.

HSL color Cylindrical-coordinate representation of color #B357BD: hue angle of 294.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B357BD is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 87 189 -
CMYK 0.05 0.54 0 0.26
HSL 294.12º 0.44% 0.54% -
HSV(B) 294.12º 0.54% 0.74% -
XYZ 31.18 20.07 50.38 -
YUV 126.14 163.48 165.71 -
System Red Green Blue C M Y K H S L
Decimal 179 87 189 0.05 0.54 0 0.26 294.12 0.44 0.54
Hex B3 57 BD 5 36 0 1A 126 2C 36
Octal 263 127 275 5 66 0 32 446 54 66
Binary 10110011 1010111 10111101 101 110110 0 11010 100100110 101100 110110

Color Harmonies of #B357BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B357BD

Black with #B357BD

Text Example


Text Example

White with #B357BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B357BD; }

 p { color: rgb(179,87,189); }

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

background-color css

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

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

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

border-color css

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

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

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