Html Css Color HEX #B257BA Fuchsia

📋 copy color: '#B257BA'

red 178 ◦ green 87 ◦ blue 186

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

Shades of Fuchsia #B257BA

Tints of Fuchsia #B257BA

RGB

 RED value IS 178 (69.92% from 255) = 39.47%

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

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

R = 39.47%
G = 19.29%
B = 41.24%

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

#B257BA (or 0xB257BA) is known color: Fuchsia. HEX triplet: B2, 57 and BA. RGB value is (178,87,186). Sum of RGB (Red+Green+Blue) = 178+87+186=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #B257BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B257BA is #4DA845. Grayscale: #7D7D7D. Windows color (decimal): -5089350 or 12212146. OLE color: 12212146.

HSL color Cylindrical-coordinate representation of color #B257BA: hue angle of 295.15º 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 #B257BA is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 87 186 -
CMYK 0.04 0.53 0 0.27
HSL 295.15º 0.42% 0.54% -
HSV(B) 295.15º 0.53% 0.73% -
XYZ 30.63 19.83 48.67 -
YUV 125.5 162.15 165.45 -
System Red Green Blue C M Y K H S L
Decimal 178 87 186 0.04 0.53 0 0.27 295.15 0.42 0.54
Hex B2 57 BA 4 35 0 1B 127 2A 36
Octal 262 127 272 4 65 0 33 447 52 66
Binary 10110010 1010111 10111010 100 110101 0 11011 100100111 101010 110110

Color Harmonies of #B257BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B257BA

Black with #B257BA

Text Example


Text Example

White with #B257BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B257BA; }

 p { color: rgb(178,87,186); }

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

background-color css

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

 a { background-color: rgb(178,87,186); }

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

border-color css

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

 span { border-color: rgb(178,87,186); }

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