Html Css Color HEX #BE54C9 Fuchsia

📋 copy color: '#BE54C9'

red 190 ◦ green 84 ◦ blue 201

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

Shades of Fuchsia #BE54C9

Tints of Fuchsia #BE54C9

RGB

 RED value IS 190 (74.61% from 255) = 40%

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

 BLUE value IS 201 (78.91% from 255) = 42.32%

R = 40%
G = 17.68%
B = 42.32%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE54C9 (or 0xBE54C9) is known color: Fuchsia. HEX triplet: BE, 54 and C9. RGB value is (190,84,201). Sum of RGB (Red+Green+Blue) = 190+84+201=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE54C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54C9 is #41AB36. Grayscale: #808080. Windows color (decimal): -4303671 or 13194430. OLE color: 13194430.

HSL color Cylindrical-coordinate representation of color #BE54C9: hue angle of 294.36º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE54C9 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 84 201 -
CMYK 0.05 0.58 0 0.21
HSL 294.36º 0.52% 0.56% -
HSV(B) 294.36º 0.58% 0.79% -
XYZ 34.95 21.5 57.57 -
YUV 129.03 168.62 171.49 -
System Red Green Blue C M Y K H S L
Decimal 190 84 201 0.05 0.58 0 0.21 294.36 0.52 0.56
Hex BE 54 C9 5 3A 0 15 126 34 38
Octal 276 124 311 5 72 0 25 446 64 70
Binary 10111110 1010100 11001001 101 111010 0 10101 100100110 110100 111000

Color Harmonies of #BE54C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE54C9

Black with #BE54C9

Text Example


Text Example

White with #BE54C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE54C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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