Html Css Color HEX #B454BE Fuchsia

📋 copy color: '#B454BE'

red 180 ◦ green 84 ◦ blue 190

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

Shades of Fuchsia #B454BE

Tints of Fuchsia #B454BE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.5%

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 39.65%
G = 18.5%
B = 41.85%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B454BE (or 0xB454BE) is known color: Fuchsia. HEX triplet: B4, 54 and BE. RGB value is (180,84,190). Sum of RGB (Red+Green+Blue) = 180+84+190=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #B454BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B454BE is #4BAB41. Grayscale: #7C7C7C. Windows color (decimal): -4959042 or 12473524. OLE color: 12473524.

HSL color Cylindrical-coordinate representation of color #B454BE: hue angle of 294.34º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B454BE is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 84 190 -
CMYK 0.05 0.56 0 0.25
HSL 294.34º 0.45% 0.54% -
HSV(B) 294.34º 0.56% 0.75% -
XYZ 31.29 19.76 50.88 -
YUV 124.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 180 84 190 0.05 0.56 0 0.25 294.34 0.45 0.54
Hex B4 54 BE 5 38 0 19 126 2D 36
Octal 264 124 276 5 70 0 31 446 55 66
Binary 10110100 1010100 10111110 101 111000 0 11001 100100110 101101 110110

Color Harmonies of #B454BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B454BE

Black with #B454BE

Text Example


Text Example

White with #B454BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B454BE; }

 p { color: rgb(180,84,190); }

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

background-color css

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

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

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

border-color css

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

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

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