Html Css Color HEX #B459C1 Fuchsia

📋 copy color: '#B459C1'

red 180 ◦ green 89 ◦ blue 193

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

Shades of Fuchsia #B459C1

Tints of Fuchsia #B459C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.77%

R = 38.96%
G = 19.26%
B = 41.77%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B459C1 (or 0xB459C1) is known color: Fuchsia. HEX triplet: B4, 59 and C1. RGB value is (180,89,193). Sum of RGB (Red+Green+Blue) = 180+89+193=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #B459C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459C1 is #4BA63E. Grayscale: #7F7F7F. Windows color (decimal): -4957759 or 12671412. OLE color: 12671412.

HSL color Cylindrical-coordinate representation of color #B459C1: hue angle of 292.5º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B459C1 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 89 193 -
CMYK 0.07 0.54 0 0.24
HSL 292.5º 0.46% 0.55% -
HSV(B) 292.5º 0.54% 0.76% -
XYZ 32.02 20.7 52.76 -
YUV 128.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 180 89 193 0.07 0.54 0 0.24 292.5 0.46 0.55
Hex B4 59 C1 7 36 0 18 124 2E 37
Octal 264 131 301 7 66 0 30 444 56 67
Binary 10110100 1011001 11000001 111 110110 0 11000 100100100 101110 110111

Color Harmonies of #B459C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459C1

Black with #B459C1

Text Example


Text Example

White with #B459C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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