Html Css Color HEX #B459B4 Fuchsia

📋 copy color: '#B459B4'

red 180 ◦ green 89 ◦ blue 180

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

Shades of Fuchsia #B459B4

Tints of Fuchsia #B459B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.09%

R = 40.09%
G = 19.82%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B459B4 (or 0xB459B4) is known color: Fuchsia. HEX triplet: B4, 59 and B4. RGB value is (180,89,180). Sum of RGB (Red+Green+Blue) = 180+89+180=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B459B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459B4 is #4BA64B. Grayscale: #7E7E7E. Windows color (decimal): -4957772 or 11819444. OLE color: 11819444.

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

Color convert

RGB 180 89 180 -
CMYK 0 0.51 0 0.29
HSL 300º 0.38% 0.53% -
HSV(B) 300º 0.51% 0.71% -
XYZ 30.63 20.14 45.45 -
YUV 126.58 158.15 166.1 -
System Red Green Blue C M Y K H S L
Decimal 180 89 180 0 0.51 0 0.29 300 0.38 0.53
Hex B4 59 B4 0 33 0 1D 12C 26 35
Octal 264 131 264 0 63 0 35 454 46 65
Binary 10110100 1011001 10110100 0 110011 0 11101 100101100 100110 110101

Color Harmonies of #B459B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459B4

Black with #B459B4

Text Example


Text Example

White with #B459B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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