Html Css Color HEX #BE5AC0 Fuchsia

📋 copy color: '#BE5AC0'

red 190 ◦ green 90 ◦ blue 192

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

Shades of Fuchsia #BE5AC0

Tints of Fuchsia #BE5AC0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.07%

 BLUE value IS 192 (75.39% from 255) = 40.68%

R = 40.25%
G = 19.07%
B = 40.68%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE5AC0 (or 0xBE5AC0) is known color: Fuchsia. HEX triplet: BE, 5A and C0. RGB value is (190,90,192). Sum of RGB (Red+Green+Blue) = 190+90+192=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE5AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5AC0 is #41A53F. Grayscale: #838383. Windows color (decimal): -4302144 or 12606142. OLE color: 12606142.

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

Color convert

RGB 190 90 192 -
CMYK 0.01 0.53 0 0.25
HSL 298.82º 0.45% 0.55% -
HSV(B) 298.82º 0.53% 0.75% -
XYZ 34.41 22.07 52.31 -
YUV 131.53 162.13 169.71 -
System Red Green Blue C M Y K H S L
Decimal 190 90 192 0.01 0.53 0 0.25 298.82 0.45 0.55
Hex BE 5A C0 1 35 0 19 12B 2D 37
Octal 276 132 300 1 65 0 31 453 55 67
Binary 10111110 1011010 11000000 1 110101 0 11001 100101011 101101 110111

Color Harmonies of #BE5AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5AC0

Black with #BE5AC0

Text Example


Text Example

White with #BE5AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5AC0; }

 p { color: rgb(190,90,192); }

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

background-color css

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

 a { background-color: rgb(190,90,192); }

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

border-color css

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

 span { border-color: rgb(190,90,192); }

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