Html Css Color HEX #B259BA Fuchsia

📋 copy color: '#B259BA'

red 178 ◦ green 89 ◦ blue 186

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

Shades of Fuchsia #B259BA

Tints of Fuchsia #B259BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.65%

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

R = 39.29%
G = 19.65%
B = 41.06%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B259BA (or 0xB259BA) is known color: Fuchsia. HEX triplet: B2, 59 and BA. RGB value is (178,89,186). Sum of RGB (Red+Green+Blue) = 178+89+186=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #B259BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259BA is #4DA645. Grayscale: #7E7E7E. Windows color (decimal): -5088838 or 12212658. OLE color: 12212658.

HSL color Cylindrical-coordinate representation of color #B259BA: hue angle of 295.05º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B259BA is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 89 186 -
CMYK 0.04 0.52 0 0.27
HSL 295.05º 0.41% 0.54% -
HSV(B) 295.05º 0.52% 0.73% -
XYZ 30.8 20.15 48.72 -
YUV 126.67 161.49 164.61 -
System Red Green Blue C M Y K H S L
Decimal 178 89 186 0.04 0.52 0 0.27 295.05 0.41 0.54
Hex B2 59 BA 4 34 0 1B 127 29 36
Octal 262 131 272 4 64 0 33 447 51 66
Binary 10110010 1011001 10111010 100 110100 0 11011 100100111 101001 110110

Color Harmonies of #B259BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B259BA

Black with #B259BA

Text Example


Text Example

White with #B259BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B259BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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