Html Css Color HEX #B459BA Fuchsia

📋 copy color: '#B459BA'

red 180 ◦ green 89 ◦ blue 186

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

Shades of Fuchsia #B459BA

Tints of Fuchsia #B459BA

RGB

 RED value IS 180 (70.7% from 255) = 39.56%

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

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

R = 39.56%
G = 19.56%
B = 40.88%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B459BA (or 0xB459BA) is known color: Fuchsia. HEX triplet: B4, 59 and BA. RGB value is (180,89,186). Sum of RGB (Red+Green+Blue) = 180+89+186=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #B459BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459BA is #4BA645. Grayscale: #7E7E7E. Windows color (decimal): -4957766 or 12212660. OLE color: 12212660.

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

Color convert

RGB 180 89 186 -
CMYK 0.03 0.52 0 0.27
HSL 296.29º 0.41% 0.54% -
HSV(B) 296.29º 0.52% 0.73% -
XYZ 31.26 20.39 48.74 -
YUV 127.27 161.15 165.61 -
System Red Green Blue C M Y K H S L
Decimal 180 89 186 0.03 0.52 0 0.27 296.29 0.41 0.54
Hex B4 59 BA 3 34 0 1B 128 29 36
Octal 264 131 272 3 64 0 33 450 51 66
Binary 10110100 1011001 10111010 11 110100 0 11011 100101000 101001 110110

Color Harmonies of #B459BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459BA

Black with #B459BA

Text Example


Text Example

White with #B459BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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